Html Css Color HEX #BF890A Dark Goldenrod

📋 copy color: '#BF890A'

red 191 ◦ green 137 ◦ blue 10

#BF890A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BF890A

Tints of Dark Goldenrod #BF890A

RGB

 RED value IS 191 (75% from 255) = 56.51%

 GREEN value IS 137 (53.91% from 255) = 40.53%

 BLUE value IS 10 (4.3% from 255) = 2.96%

R = 56.51%
G = 40.53%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF890A (or 0xBF890A) is known color: Dark Goldenrod. HEX triplet: BF, 89 and 0A. RGB value is (191,137,10). Sum of RGB (Red+Green+Blue) = 191+137+10=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF890A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF890A is #4076F5. Grayscale: #8B8B8B. Windows color (decimal): -4224758 or 690623. OLE color: 690623.

HSL color Cylindrical-coordinate representation of color #BF890A: hue angle of 42.1º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF890A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 137 10 -
CMYK 0 0.28 0.95 0.25
HSL 42.1º 0.9% 0.39% -
HSV(B) 42.1º 0.95% 0.75% -
XYZ 30.49 28.99 4.28 -
YUV 138.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 191 137 10 0 0.28 0.95 0.25 42.1 0.9 0.39
Hex BF 89 A 0 1C 5F 19 2A 5A 27
Octal 277 211 12 0 34 137 31 52 132 47
Binary 10111111 10001001 1010 0 11100 1011111 11001 101010 1011010 100111

Color Harmonies of #BF890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF890A

Black with #BF890A

Text Example


Text Example

White with #BF890A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF890A; }

 p { color: rgb(191,137,10); }

 H1.HeaderClassName
 {
   color: #BF890A;
 }
 .AnyTagClassName
 {
   color: #BF890A;
 }
</style>

background-color css

<style>
 a { background-color: #BF890A; }

 a { background-color: rgb(191,137,10); }

 div.DivClassName
 {
   background-color: #BF890A;
 }
 .BgClassName
 {
   background-color: #BF890A;
 }
</style>

border-color css

<style>
 span { border-color: #BF890A; }

 span { border-color: rgb(191,137,10); }

 td.TdClassName
 {
   border-color: #BF890A;
 }
 .TagClassName
 {
   border-color: #BF890A;
 }
</style>