Html Css Color HEX #BC8C02 Dark Goldenrod

📋 copy color: '#BC8C02'

red 188 ◦ green 140 ◦ blue 2

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

Shades of Dark Goldenrod #BC8C02

Tints of Dark Goldenrod #BC8C02

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.42%

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

R = 56.97%
G = 42.42%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC8C02 (or 0xBC8C02) is known color: Dark Goldenrod. HEX triplet: BC, 8C and 02. RGB value is (188,140,2). Sum of RGB (Red+Green+Blue) = 188+140+2=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C02 is #4373FD. Grayscale: #8B8B8B. Windows color (decimal): -4420606 or 167100. OLE color: 167100.

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

Color convert

RGB 188 140 2 -
CMYK 0 0.26 0.99 0.26
HSL 44.52º 0.98% 0.37% -
HSV(B) 44.52º 0.99% 0.74% -
XYZ 30.13 29.45 4.15 -
YUV 138.62 50.9 163.22 -
System Red Green Blue C M Y K H S L
Decimal 188 140 2 0 0.26 0.99 0.26 44.52 0.98 0.37
Hex BC 8C 2 0 1A 63 1A 2D 62 25
Octal 274 214 2 0 32 143 32 55 142 45
Binary 10111100 10001100 10 0 11010 1100011 11010 101101 1100010 100101

Color Harmonies of #BC8C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C02

Black with #BC8C02

Text Example


Text Example

White with #BC8C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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