Html Css Color HEX #BC8F02 Dark Goldenrod

📋 copy color: '#BC8F02'

red 188 ◦ green 143 ◦ blue 2

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

Shades of Dark Goldenrod #BC8F02

Tints of Dark Goldenrod #BC8F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.94%

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

R = 56.46%
G = 42.94%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC8F02 (or 0xBC8F02) is known color: Dark Goldenrod. HEX triplet: BC, 8F and 02. RGB value is (188,143,2). Sum of RGB (Red+Green+Blue) = 188+143+2=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8F02 is #4370FD. Grayscale: #8C8C8C. Windows color (decimal): -4419838 or 167868. OLE color: 167868.

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

Color convert

RGB 188 143 2 -
CMYK 0 0.24 0.99 0.26
HSL 45.48º 0.98% 0.37% -
HSV(B) 45.48º 0.99% 0.74% -
XYZ 30.57 30.34 4.3 -
YUV 140.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 188 143 2 0 0.24 0.99 0.26 45.48 0.98 0.37
Hex BC 8F 2 0 18 63 1A 2D 62 25
Octal 274 217 2 0 30 143 32 55 142 45
Binary 10111100 10001111 10 0 11000 1100011 11010 101101 1100010 100101

Color Harmonies of #BC8F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F02

Black with #BC8F02

Text Example


Text Example

White with #BC8F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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