Html Css Color HEX #BC8D02 Dark Goldenrod

📋 copy color: '#BC8D02'

red 188 ◦ green 141 ◦ blue 2

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

Shades of Dark Goldenrod #BC8D02

Tints of Dark Goldenrod #BC8D02

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.6%

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

R = 56.8%
G = 42.6%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC8D02 (or 0xBC8D02) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 02. RGB value is (188,141,2). Sum of RGB (Red+Green+Blue) = 188+141+2=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D02 is #4372FD. Grayscale: #8B8B8B. Windows color (decimal): -4420350 or 167356. OLE color: 167356.

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

Color convert

RGB 188 141 2 -
CMYK 0 0.25 0.99 0.26
HSL 44.84º 0.98% 0.37% -
HSV(B) 44.84º 0.99% 0.74% -
XYZ 30.27 29.75 4.2 -
YUV 139.21 50.57 162.8 -
System Red Green Blue C M Y K H S L
Decimal 188 141 2 0 0.25 0.99 0.26 44.84 0.98 0.37
Hex BC 8D 2 0 19 63 1A 2D 62 25
Octal 274 215 2 0 31 143 32 55 142 45
Binary 10111100 10001101 10 0 11001 1100011 11010 101101 1100010 100101

Color Harmonies of #BC8D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D02

Black with #BC8D02

Text Example


Text Example

White with #BC8D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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