Html Css Color HEX #BC6F02 Dark Goldenrod

📋 copy color: '#BC6F02'

red 188 ◦ green 111 ◦ blue 2

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

Shades of Dark Goldenrod #BC6F02

Tints of Dark Goldenrod #BC6F02

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.88%

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

R = 62.46%
G = 36.88%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC6F02 (or 0xBC6F02) is known color: Dark Goldenrod. HEX triplet: BC, 6F and 02. RGB value is (188,111,2). Sum of RGB (Red+Green+Blue) = 188+111+2=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F02 is #4390FD. Grayscale: #7A7A7A. Windows color (decimal): -4428030 or 159676. OLE color: 159676.

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

Color convert

RGB 188 111 2 -
CMYK 0 0.41 0.99 0.26
HSL 35.16º 0.98% 0.37% -
HSV(B) 35.16º 0.99% 0.74% -
XYZ 26.43 22.06 2.92 -
YUV 121.6 60.51 175.36 -
System Red Green Blue C M Y K H S L
Decimal 188 111 2 0 0.41 0.99 0.26 35.16 0.98 0.37
Hex BC 6F 2 0 29 63 1A 23 62 25
Octal 274 157 2 0 51 143 32 43 142 45
Binary 10111100 1101111 10 0 101001 1100011 11010 100011 1100010 100101

Color Harmonies of #BC6F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F02

Black with #BC6F02

Text Example


Text Example

White with #BC6F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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