Html Css Color HEX #BC7702 Dark Goldenrod

📋 copy color: '#BC7702'

red 188 ◦ green 119 ◦ blue 2

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

Shades of Dark Goldenrod #BC7702

Tints of Dark Goldenrod #BC7702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.51%

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

R = 60.84%
G = 38.51%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC7702 (or 0xBC7702) is known color: Dark Goldenrod. HEX triplet: BC, 77 and 02. RGB value is (188,119,2). Sum of RGB (Red+Green+Blue) = 188+119+2=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7702 is #4388FD. Grayscale: #7E7E7E. Windows color (decimal): -4425982 or 161724. OLE color: 161724.

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

Color convert

RGB 188 119 2 -
CMYK 0 0.37 0.99 0.26
HSL 37.74º 0.98% 0.37% -
HSV(B) 37.74º 0.99% 0.74% -
XYZ 27.35 23.89 3.23 -
YUV 126.29 57.86 172.01 -
System Red Green Blue C M Y K H S L
Decimal 188 119 2 0 0.37 0.99 0.26 37.74 0.98 0.37
Hex BC 77 2 0 25 63 1A 26 62 25
Octal 274 167 2 0 45 143 32 46 142 45
Binary 10111100 1110111 10 0 100101 1100011 11010 100110 1100010 100101

Color Harmonies of #BC7702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7702

Black with #BC7702

Text Example


Text Example

White with #BC7702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7702; }

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

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

background-color css

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

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

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

border-color css

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

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

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