Html Css Color HEX #BD850E Dark Goldenrod

📋 copy color: '#BD850E'

red 189 ◦ green 133 ◦ blue 14

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

Shades of Dark Goldenrod #BD850E

Tints of Dark Goldenrod #BD850E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.17%

R = 56.25%
G = 39.58%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD850E (or 0xBD850E) is known color: Dark Goldenrod. HEX triplet: BD, 85 and 0E. RGB value is (189,133,14). Sum of RGB (Red+Green+Blue) = 189+133+14=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD850E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD850E is #427AF1. Grayscale: #888888. Windows color (decimal): -4356850 or 951741. OLE color: 951741.

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

Color convert

RGB 189 133 14 -
CMYK 0 0.30 0.93 0.26
HSL 40.8º 0.86% 0.4% -
HSV(B) 40.8º 0.93% 0.74% -
XYZ 29.45 27.63 4.2 -
YUV 136.18 59.05 165.68 -
System Red Green Blue C M Y K H S L
Decimal 189 133 14 0 0.30 0.93 0.26 40.8 0.86 0.4
Hex BD 85 E 0 1E 5D 1A 29 56 28
Octal 275 205 16 0 36 135 32 51 126 50
Binary 10111101 10000101 1110 0 11110 1011101 11010 101001 1010110 101000

Color Harmonies of #BD850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD850E

Black with #BD850E

Text Example


Text Example

White with #BD850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD850E; }

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

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

background-color css

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

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

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

border-color css

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

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

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