Html Css Color HEX #BF890B Dark Goldenrod

📋 copy color: '#BF890B'

red 191 ◦ green 137 ◦ blue 11

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

Shades of Dark Goldenrod #BF890B

Tints of Dark Goldenrod #BF890B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 56.34%
G = 40.41%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF890B (or 0xBF890B) is known color: Dark Goldenrod. HEX triplet: BF, 89 and 0B. RGB value is (191,137,11). Sum of RGB (Red+Green+Blue) = 191+137+11=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF890B is #4076F4. Grayscale: #8B8B8B. Windows color (decimal): -4224757 or 756159. OLE color: 756159.

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

Color convert

RGB 191 137 11 -
CMYK 0 0.28 0.94 0.25
HSL 42º 0.89% 0.4% -
HSV(B) 42º 0.94% 0.75% -
XYZ 30.49 28.99 4.31 -
YUV 138.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 191 137 11 0 0.28 0.94 0.25 42 0.89 0.4
Hex BF 89 B 0 1C 5E 19 2A 59 28
Octal 277 211 13 0 34 136 31 52 131 50
Binary 10111111 10001001 1011 0 11100 1011110 11001 101010 1011001 101000

Color Harmonies of #BF890B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF890B

Black with #BF890B

Text Example


Text Example

White with #BF890B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF890B; }

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

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

background-color css

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

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

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

border-color css

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

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

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