Html Css Color HEX #BB6F0D Dark Goldenrod

📋 copy color: '#BB6F0D'

red 187 ◦ green 111 ◦ blue 13

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

Shades of Dark Goldenrod #BB6F0D

Tints of Dark Goldenrod #BB6F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.69%

 BLUE value IS 13 (5.47% from 255) = 4.18%

R = 60.13%
G = 35.69%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB6F0D (or 0xBB6F0D) is known color: Dark Goldenrod. HEX triplet: BB, 6F and 0D. RGB value is (187,111,13). Sum of RGB (Red+Green+Blue) = 187+111+13=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6F0D is #4490F2. Grayscale: #7B7B7B. Windows color (decimal): -4493555 or 880571. OLE color: 880571.

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

Color convert

RGB 187 111 13 -
CMYK 0 0.41 0.93 0.27
HSL 33.79º 0.87% 0.39% -
HSV(B) 33.79º 0.93% 0.73% -
XYZ 26.25 21.96 3.24 -
YUV 122.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 187 111 13 0 0.41 0.93 0.27 33.79 0.87 0.39
Hex BB 6F D 0 29 5D 1B 22 57 27
Octal 273 157 15 0 51 135 33 42 127 47
Binary 10111011 1101111 1101 0 101001 1011101 11011 100010 1010111 100111

Color Harmonies of #BB6F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6F0D

Black with #BB6F0D

Text Example


Text Example

White with #BB6F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6F0D; }

 p { color: rgb(187,111,13); }

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

background-color css

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

 a { background-color: rgb(187,111,13); }

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

border-color css

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

 span { border-color: rgb(187,111,13); }

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