Html Css Color HEX #BB870F Dark Goldenrod

📋 copy color: '#BB870F'

red 187 ◦ green 135 ◦ blue 15

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

Shades of Dark Goldenrod #BB870F

Tints of Dark Goldenrod #BB870F

RGB

 RED value IS 187 (73.44% from 255) = 55.49%

 GREEN value IS 135 (53.13% from 255) = 40.06%

 BLUE value IS 15 (6.25% from 255) = 4.45%

R = 55.49%
G = 40.06%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB870F (or 0xBB870F) is known color: Dark Goldenrod. HEX triplet: BB, 87 and 0F. RGB value is (187,135,15). Sum of RGB (Red+Green+Blue) = 187+135+15=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB870F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB870F is #4478F0. Grayscale: #898989. Windows color (decimal): -4487409 or 1017787. OLE color: 1017787.

HSL color Cylindrical-coordinate representation of color #BB870F: hue angle of 41.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB870F is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 135 15 -
CMYK 0 0.28 0.92 0.27
HSL 41.86º 0.85% 0.4% -
HSV(B) 41.86º 0.92% 0.73% -
XYZ 29.24 27.93 4.3 -
YUV 136.87 59.23 163.76 -
System Red Green Blue C M Y K H S L
Decimal 187 135 15 0 0.28 0.92 0.27 41.86 0.85 0.4
Hex BB 87 F 0 1C 5C 1B 2A 55 28
Octal 273 207 17 0 34 134 33 52 125 50
Binary 10111011 10000111 1111 0 11100 1011100 11011 101010 1010101 101000

Color Harmonies of #BB870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB870F

Black with #BB870F

Text Example


Text Example

White with #BB870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB870F; }

 p { color: rgb(187,135,15); }

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

background-color css

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

 a { background-color: rgb(187,135,15); }

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

border-color css

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

 span { border-color: rgb(187,135,15); }

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