Html Css Color HEX #BC7502 Dark Goldenrod

📋 copy color: '#BC7502'

red 188 ◦ green 117 ◦ blue 2

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

Shades of Dark Goldenrod #BC7502

Tints of Dark Goldenrod #BC7502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 61.24%
G = 38.11%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC7502 (or 0xBC7502) is known color: Dark Goldenrod. HEX triplet: BC, 75 and 02. RGB value is (188,117,2). Sum of RGB (Red+Green+Blue) = 188+117+2=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7502 is #438AFD. Grayscale: #7D7D7D. Windows color (decimal): -4426494 or 161212. OLE color: 161212.

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

Color convert

RGB 188 117 2 -
CMYK 0 0.38 0.99 0.26
HSL 37.1º 0.98% 0.37% -
HSV(B) 37.1º 0.99% 0.74% -
XYZ 27.11 23.42 3.15 -
YUV 125.12 58.52 172.85 -
System Red Green Blue C M Y K H S L
Decimal 188 117 2 0 0.38 0.99 0.26 37.1 0.98 0.37
Hex BC 75 2 0 26 63 1A 25 62 25
Octal 274 165 2 0 46 143 32 45 142 45
Binary 10111100 1110101 10 0 100110 1100011 11010 100101 1100010 100101

Color Harmonies of #BC7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7502

Black with #BC7502

Text Example


Text Example

White with #BC7502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7502; }

 p { color: rgb(188,117,2); }

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

background-color css

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

 a { background-color: rgb(188,117,2); }

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

border-color css

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

 span { border-color: rgb(188,117,2); }

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