Html Css Color HEX #BC720B Dark Goldenrod

📋 copy color: '#BC720B'

red 188 ◦ green 114 ◦ blue 11

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

Shades of Dark Goldenrod #BC720B

Tints of Dark Goldenrod #BC720B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 60.06%
G = 36.42%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC720B (or 0xBC720B) is known color: Dark Goldenrod. HEX triplet: BC, 72 and 0B. RGB value is (188,114,11). Sum of RGB (Red+Green+Blue) = 188+114+11=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC720B is #438DF4. Grayscale: #7C7C7C. Windows color (decimal): -4427253 or 750268. OLE color: 750268.

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

Color convert

RGB 188 114 11 -
CMYK 0 0.39 0.94 0.26
HSL 34.92º 0.89% 0.39% -
HSV(B) 34.92º 0.94% 0.74% -
XYZ 26.82 22.75 3.29 -
YUV 124.38 64.02 173.38 -
System Red Green Blue C M Y K H S L
Decimal 188 114 11 0 0.39 0.94 0.26 34.92 0.89 0.39
Hex BC 72 B 0 27 5E 1A 23 59 27
Octal 274 162 13 0 47 136 32 43 131 47
Binary 10111100 1110010 1011 0 100111 1011110 11010 100011 1011001 100111

Color Harmonies of #BC720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC720B

Black with #BC720B

Text Example


Text Example

White with #BC720B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC720B; }

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

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

background-color css

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

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

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

border-color css

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

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

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