Html Css Color HEX #BD8507 Dark Goldenrod

📋 copy color: '#BD8507'

red 189 ◦ green 133 ◦ blue 7

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

Shades of Dark Goldenrod #BD8507

Tints of Dark Goldenrod #BD8507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 57.45%
G = 40.43%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD8507 (or 0xBD8507) is known color: Dark Goldenrod. HEX triplet: BD, 85 and 07. RGB value is (189,133,7). Sum of RGB (Red+Green+Blue) = 189+133+7=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8507 is #427AF8. Grayscale: #878787. Windows color (decimal): -4356857 or 492989. OLE color: 492989.

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

Color convert

RGB 189 133 7 -
CMYK 0 0.30 0.96 0.26
HSL 41.54º 0.93% 0.38% -
HSV(B) 41.54º 0.96% 0.74% -
XYZ 29.41 27.61 3.98 -
YUV 135.38 55.55 166.25 -
System Red Green Blue C M Y K H S L
Decimal 189 133 7 0 0.30 0.96 0.26 41.54 0.93 0.38
Hex BD 85 7 0 1E 60 1A 2A 5D 26
Octal 275 205 7 0 36 140 32 52 135 46
Binary 10111101 10000101 111 0 11110 1100000 11010 101010 1011101 100110

Color Harmonies of #BD8507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8507

Black with #BD8507

Text Example


Text Example

White with #BD8507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8507; }

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

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

background-color css

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

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

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

border-color css

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

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

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