Html Css Color HEX #BC7E07 Dark Goldenrod

📋 copy color: '#BC7E07'

red 188 ◦ green 126 ◦ blue 7

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

Shades of Dark Goldenrod #BC7E07

Tints of Dark Goldenrod #BC7E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.18%

R = 58.57%
G = 39.25%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC7E07 (or 0xBC7E07) is known color: Dark Goldenrod. HEX triplet: BC, 7E and 07. RGB value is (188,126,7). Sum of RGB (Red+Green+Blue) = 188+126+7=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7E07 is #4381F8. Grayscale: #838383. Windows color (decimal): -4424185 or 491196. OLE color: 491196.

HSL color Cylindrical-coordinate representation of color #BC7E07: hue angle of 39.45º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC7E07 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 7 -
CMYK 0 0.33 0.96 0.26
HSL 39.45º 0.93% 0.38% -
HSV(B) 39.45º 0.96% 0.74% -
XYZ 28.24 25.63 3.66 -
YUV 130.97 58.04 168.68 -
System Red Green Blue C M Y K H S L
Decimal 188 126 7 0 0.33 0.96 0.26 39.45 0.93 0.38
Hex BC 7E 7 0 21 60 1A 27 5D 26
Octal 274 176 7 0 41 140 32 47 135 46
Binary 10111100 1111110 111 0 100001 1100000 11010 100111 1011101 100110

Color Harmonies of #BC7E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E07

Black with #BC7E07

Text Example


Text Example

White with #BC7E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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