Html Css Color HEX #BD8502 Dark Goldenrod

📋 copy color: '#BD8502'

red 189 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #BD8502

Tints of Dark Goldenrod #BD8502

RGB

 RED value IS 189 (74.22% from 255) = 58.33%

 GREEN value IS 133 (52.34% from 255) = 41.05%

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

R = 58.33%
G = 41.05%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD8502 (or 0xBD8502) is known color: Dark Goldenrod. HEX triplet: BD, 85 and 02. RGB value is (189,133,2). Sum of RGB (Red+Green+Blue) = 189+133+2=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8502 is #427AFD. Grayscale: #878787. Windows color (decimal): -4356862 or 165309. OLE color: 165309.

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

Color convert

RGB 189 133 2 -
CMYK 0 0.30 0.99 0.26
HSL 42.03º 0.98% 0.37% -
HSV(B) 42.03º 0.99% 0.74% -
XYZ 29.38 27.6 3.84 -
YUV 134.81 53.05 166.65 -
System Red Green Blue C M Y K H S L
Decimal 189 133 2 0 0.30 0.99 0.26 42.03 0.98 0.37
Hex BD 85 2 0 1E 63 1A 2A 62 25
Octal 275 205 2 0 36 143 32 52 142 45
Binary 10111101 10000101 10 0 11110 1100011 11010 101010 1100010 100101

Color Harmonies of #BD8502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8502

Black with #BD8502

Text Example


Text Example

White with #BD8502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8502; }

 p { color: rgb(189,133,2); }

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

background-color css

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

 a { background-color: rgb(189,133,2); }

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

border-color css

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

 span { border-color: rgb(189,133,2); }

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