Html Css Color HEX #BD7E03 Dark Goldenrod

📋 copy color: '#BD7E03'

red 189 ◦ green 126 ◦ blue 3

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

Shades of Dark Goldenrod #BD7E03

Tints of Dark Goldenrod #BD7E03

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.62%

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 59.43%
G = 39.62%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD7E03 (or 0xBD7E03) is known color: Dark Goldenrod. HEX triplet: BD, 7E and 03. RGB value is (189,126,3). Sum of RGB (Red+Green+Blue) = 189+126+3=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7E03 is #4281FC. Grayscale: #838383. Windows color (decimal): -4358653 or 229053. OLE color: 229053.

HSL color Cylindrical-coordinate representation of color #BD7E03: hue angle of 39.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD7E03 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 126 3 -
CMYK 0 0.33 0.98 0.26
HSL 39.68º 0.97% 0.38% -
HSV(B) 39.68º 0.98% 0.74% -
XYZ 28.46 25.75 3.56 -
YUV 130.82 55.87 169.5 -
System Red Green Blue C M Y K H S L
Decimal 189 126 3 0 0.33 0.98 0.26 39.68 0.97 0.38
Hex BD 7E 3 0 21 62 1A 28 61 26
Octal 275 176 3 0 41 142 32 50 141 46
Binary 10111101 1111110 11 0 100001 1100010 11010 101000 1100001 100110

Color Harmonies of #BD7E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E03

Black with #BD7E03

Text Example


Text Example

White with #BD7E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E03; }

 p { color: rgb(189,126,3); }

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

background-color css

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

 a { background-color: rgb(189,126,3); }

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

border-color css

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

 span { border-color: rgb(189,126,3); }

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