Html Css Color HEX #BC720F Dark Goldenrod

📋 copy color: '#BC720F'

red 188 ◦ green 114 ◦ blue 15

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

Shades of Dark Goldenrod #BC720F

Tints of Dark Goldenrod #BC720F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 59.31%
G = 35.96%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC720F (or 0xBC720F) is known color: Dark Goldenrod. HEX triplet: BC, 72 and 0F. RGB value is (188,114,15). Sum of RGB (Red+Green+Blue) = 188+114+15=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC720F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC720F is #438DF0. Grayscale: #7D7D7D. Windows color (decimal): -4427249 or 1012412. OLE color: 1012412.

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

Color convert

RGB 188 114 15 -
CMYK 0 0.39 0.92 0.26
HSL 34.34º 0.85% 0.4% -
HSV(B) 34.34º 0.92% 0.74% -
XYZ 26.84 22.76 3.43 -
YUV 124.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 188 114 15 0 0.39 0.92 0.26 34.34 0.85 0.4
Hex BC 72 F 0 27 5C 1A 22 55 28
Octal 274 162 17 0 47 134 32 42 125 50
Binary 10111100 1110010 1111 0 100111 1011100 11010 100010 1010101 101000

Color Harmonies of #BC720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC720F

Black with #BC720F

Text Example


Text Example

White with #BC720F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC720F; }

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

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

background-color css

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

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

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

border-color css

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

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

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