Html Css Color HEX #BB840C Dark Goldenrod

📋 copy color: '#BB840C'

red 187 ◦ green 132 ◦ blue 12

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

Shades of Dark Goldenrod #BB840C

Tints of Dark Goldenrod #BB840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

 BLUE value IS 12 (5.08% from 255) = 3.63%

R = 56.5%
G = 39.88%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB840C (or 0xBB840C) is known color: Dark Goldenrod. HEX triplet: BB, 84 and 0C. RGB value is (187,132,12). Sum of RGB (Red+Green+Blue) = 187+132+12=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB840C is #447BF3. Grayscale: #878787. Windows color (decimal): -4488180 or 820411. OLE color: 820411.

HSL color Cylindrical-coordinate representation of color #BB840C: hue angle of 41.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB840C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 12 -
CMYK 0 0.29 0.94 0.27
HSL 41.14º 0.88% 0.39% -
HSV(B) 41.14º 0.94% 0.73% -
XYZ 28.81 27.09 4.06 -
YUV 134.77 58.72 165.26 -
System Red Green Blue C M Y K H S L
Decimal 187 132 12 0 0.29 0.94 0.27 41.14 0.88 0.39
Hex BB 84 C 0 1D 5E 1B 29 58 27
Octal 273 204 14 0 35 136 33 51 130 47
Binary 10111011 10000100 1100 0 11101 1011110 11011 101001 1011000 100111

Color Harmonies of #BB840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB840C

Black with #BB840C

Text Example


Text Example

White with #BB840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB840C; }

 p { color: rgb(187,132,12); }

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

background-color css

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

 a { background-color: rgb(187,132,12); }

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

border-color css

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

 span { border-color: rgb(187,132,12); }

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