Html Css Color HEX #BC7D12 Dark Goldenrod

📋 copy color: '#BC7D12'

red 188 ◦ green 125 ◦ blue 18

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

Shades of Dark Goldenrod #BC7D12

Tints of Dark Goldenrod #BC7D12

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.76%

 BLUE value IS 18 (7.42% from 255) = 5.44%

R = 56.8%
G = 37.76%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC7D12 (or 0xBC7D12) is known color: Dark Goldenrod. HEX triplet: BC, 7D and 12. RGB value is (188,125,18). Sum of RGB (Red+Green+Blue) = 188+125+18=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7D12 is #4382ED. Grayscale: #848484. Windows color (decimal): -4424430 or 1211836. OLE color: 1211836.

HSL color Cylindrical-coordinate representation of color #BC7D12: hue angle of 37.76º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC7D12 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 18 -
CMYK 0 0.34 0.90 0.26
HSL 37.76º 0.83% 0.4% -
HSV(B) 37.76º 0.9% 0.74% -
XYZ 28.18 25.4 3.99 -
YUV 131.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 188 125 18 0 0.34 0.90 0.26 37.76 0.83 0.4
Hex BC 7D 12 0 22 5A 1A 26 53 28
Octal 274 175 22 0 42 132 32 46 123 50
Binary 10111100 1111101 10010 0 100010 1011010 11010 100110 1010011 101000

Color Harmonies of #BC7D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D12

Black with #BC7D12

Text Example


Text Example

White with #BC7D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D12; }

 p { color: rgb(188,125,18); }

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

background-color css

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

 a { background-color: rgb(188,125,18); }

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

border-color css

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

 span { border-color: rgb(188,125,18); }

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