Html Css Color HEX #BC7B0E Dark Goldenrod

📋 copy color: '#BC7B0E'

red 188 ◦ green 123 ◦ blue 14

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

Shades of Dark Goldenrod #BC7B0E

Tints of Dark Goldenrod #BC7B0E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.85%

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 57.85%
G = 37.85%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC7B0E (or 0xBC7B0E) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 0E. RGB value is (188,123,14). Sum of RGB (Red+Green+Blue) = 188+123+14=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B0E is #4384F1. Grayscale: #828282. Windows color (decimal): -4424946 or 949180. OLE color: 949180.

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

Color convert

RGB 188 123 14 -
CMYK 0 0.35 0.93 0.26
HSL 37.59º 0.86% 0.4% -
HSV(B) 37.59º 0.93% 0.74% -
XYZ 27.9 24.89 3.75 -
YUV 130.01 62.53 169.36 -
System Red Green Blue C M Y K H S L
Decimal 188 123 14 0 0.35 0.93 0.26 37.59 0.86 0.4
Hex BC 7B E 0 23 5D 1A 26 56 28
Octal 274 173 16 0 43 135 32 46 126 50
Binary 10111100 1111011 1110 0 100011 1011101 11010 100110 1010110 101000

Color Harmonies of #BC7B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B0E

Black with #BC7B0E

Text Example


Text Example

White with #BC7B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B0E; }

 p { color: rgb(188,123,14); }

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

background-color css

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

 a { background-color: rgb(188,123,14); }

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

border-color css

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

 span { border-color: rgb(188,123,14); }

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