Html Css Color HEX #BC7A0B Dark Goldenrod

📋 copy color: '#BC7A0B'

red 188 ◦ green 122 ◦ blue 11

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

Shades of Dark Goldenrod #BC7A0B

Tints of Dark Goldenrod #BC7A0B

RGB

 RED value IS 188 (73.83% from 255) = 58.57%

 GREEN value IS 122 (48.05% from 255) = 38.01%

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

R = 58.57%
G = 38.01%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC7A0B (or 0xBC7A0B) is known color: Dark Goldenrod. HEX triplet: BC, 7A and 0B. RGB value is (188,122,11). Sum of RGB (Red+Green+Blue) = 188+122+11=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7A0B is #4385F4. Grayscale: #818181. Windows color (decimal): -4425205 or 752316. OLE color: 752316.

HSL color Cylindrical-coordinate representation of color #BC7A0B: hue angle of 37.63º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC7A0B is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 122 11 -
CMYK 0 0.35 0.94 0.26
HSL 37.63º 0.89% 0.39% -
HSV(B) 37.63º 0.94% 0.74% -
XYZ 27.76 24.63 3.61 -
YUV 129.08 61.37 170.03 -
System Red Green Blue C M Y K H S L
Decimal 188 122 11 0 0.35 0.94 0.26 37.63 0.89 0.39
Hex BC 7A B 0 23 5E 1A 26 59 27
Octal 274 172 13 0 43 136 32 46 131 47
Binary 10111100 1111010 1011 0 100011 1011110 11010 100110 1011001 100111

Color Harmonies of #BC7A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A0B

Black with #BC7A0B

Text Example


Text Example

White with #BC7A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A0B; }

 p { color: rgb(188,122,11); }

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

background-color css

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

 a { background-color: rgb(188,122,11); }

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

border-color css

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

 span { border-color: rgb(188,122,11); }

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