Html Css Color HEX #BC7E0B Dark Goldenrod

📋 copy color: '#BC7E0B'

red 188 ◦ green 126 ◦ blue 11

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

Shades of Dark Goldenrod #BC7E0B

Tints of Dark Goldenrod #BC7E0B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.77%

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

R = 57.85%
G = 38.77%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC7E0B (or 0xBC7E0B) is known color: Dark Goldenrod. HEX triplet: BC, 7E and 0B. RGB value is (188,126,11). Sum of RGB (Red+Green+Blue) = 188+126+11=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7E0B is #4381F4. Grayscale: #838383. Windows color (decimal): -4424181 or 753340. OLE color: 753340.

HSL color Cylindrical-coordinate representation of color #BC7E0B: hue angle of 38.98º 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 #BC7E0B is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 11 -
CMYK 0 0.33 0.94 0.26
HSL 38.98º 0.89% 0.39% -
HSV(B) 38.98º 0.94% 0.74% -
XYZ 28.26 25.64 3.78 -
YUV 131.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 188 126 11 0 0.33 0.94 0.26 38.98 0.89 0.39
Hex BC 7E B 0 21 5E 1A 27 59 27
Octal 274 176 13 0 41 136 32 47 131 47
Binary 10111100 1111110 1011 0 100001 1011110 11010 100111 1011001 100111

Color Harmonies of #BC7E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E0B

Black with #BC7E0B

Text Example


Text Example

White with #BC7E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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