Html Css Color HEX #BC720E Dark Goldenrod

📋 copy color: '#BC720E'

red 188 ◦ green 114 ◦ blue 14

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

Shades of Dark Goldenrod #BC720E

Tints of Dark Goldenrod #BC720E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

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

R = 59.49%
G = 36.08%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC720E (or 0xBC720E) is known color: Dark Goldenrod. HEX triplet: BC, 72 and 0E. RGB value is (188,114,14). Sum of RGB (Red+Green+Blue) = 188+114+14=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC720E is #438DF1. Grayscale: #7D7D7D. Windows color (decimal): -4427250 or 946876. OLE color: 946876.

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

Color convert

RGB 188 114 14 -
CMYK 0 0.39 0.93 0.26
HSL 34.48º 0.86% 0.4% -
HSV(B) 34.48º 0.93% 0.74% -
XYZ 26.84 22.76 3.39 -
YUV 124.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 188 114 14 0 0.39 0.93 0.26 34.48 0.86 0.4
Hex BC 72 E 0 27 5D 1A 22 56 28
Octal 274 162 16 0 47 135 32 42 126 50
Binary 10111100 1110010 1110 0 100111 1011101 11010 100010 1010110 101000

Color Harmonies of #BC720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC720E

Black with #BC720E

Text Example


Text Example

White with #BC720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC720E; }

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

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

background-color css

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

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

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

border-color css

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

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

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