Html Css Color HEX #BC7306 Dark Goldenrod

📋 copy color: '#BC7306'

red 188 ◦ green 115 ◦ blue 6

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

Shades of Dark Goldenrod #BC7306

Tints of Dark Goldenrod #BC7306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 60.84%
G = 37.22%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC7306 (or 0xBC7306) is known color: Dark Goldenrod. HEX triplet: BC, 73 and 06. RGB value is (188,115,6). Sum of RGB (Red+Green+Blue) = 188+115+6=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7306 is #438CF9. Grayscale: #7C7C7C. Windows color (decimal): -4427002 or 422844. OLE color: 422844.

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

Color convert

RGB 188 115 6 -
CMYK 0 0.39 0.97 0.26
HSL 35.93º 0.94% 0.38% -
HSV(B) 35.93º 0.97% 0.74% -
XYZ 26.9 22.97 3.19 -
YUV 124.4 61.18 173.36 -
System Red Green Blue C M Y K H S L
Decimal 188 115 6 0 0.39 0.97 0.26 35.93 0.94 0.38
Hex BC 73 6 0 27 61 1A 24 5E 26
Octal 274 163 6 0 47 141 32 44 136 46
Binary 10111100 1110011 110 0 100111 1100001 11010 100100 1011110 100110

Color Harmonies of #BC7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7306

Black with #BC7306

Text Example


Text Example

White with #BC7306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7306; }

 p { color: rgb(188,115,6); }

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

background-color css

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

 a { background-color: rgb(188,115,6); }

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

border-color css

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

 span { border-color: rgb(188,115,6); }

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