Html Css Color HEX #BD6D02 Dark Goldenrod

📋 copy color: '#BD6D02'

red 189 ◦ green 109 ◦ blue 2

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

Shades of Dark Goldenrod #BD6D02

Tints of Dark Goldenrod #BD6D02

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.33%

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

R = 63%
G = 36.33%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD6D02 (or 0xBD6D02) is known color: Dark Goldenrod. HEX triplet: BD, 6D and 02. RGB value is (189,109,2). Sum of RGB (Red+Green+Blue) = 189+109+2=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6D02 is #4292FD. Grayscale: #797979. Windows color (decimal): -4363006 or 159165. OLE color: 159165.

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

Color convert

RGB 189 109 2 -
CMYK 0 0.42 0.99 0.26
HSL 34.33º 0.98% 0.37% -
HSV(B) 34.33º 0.99% 0.74% -
XYZ 26.47 21.76 2.86 -
YUV 120.72 61 176.7 -
System Red Green Blue C M Y K H S L
Decimal 189 109 2 0 0.42 0.99 0.26 34.33 0.98 0.37
Hex BD 6D 2 0 2A 63 1A 22 62 25
Octal 275 155 2 0 52 143 32 42 142 45
Binary 10111101 1101101 10 0 101010 1100011 11010 100010 1100010 100101

Color Harmonies of #BD6D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6D02

Black with #BD6D02

Text Example


Text Example

White with #BD6D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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