Html Css Color HEX #BD8F0E Dark Goldenrod

📋 copy color: '#BD8F0E'

red 189 ◦ green 143 ◦ blue 14

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

Shades of Dark Goldenrod #BD8F0E

Tints of Dark Goldenrod #BD8F0E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.33%

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

R = 54.62%
G = 41.33%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD8F0E (or 0xBD8F0E) is known color: Dark Goldenrod. HEX triplet: BD, 8F and 0E. RGB value is (189,143,14). Sum of RGB (Red+Green+Blue) = 189+143+14=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8F0E is #4270F1. Grayscale: #8E8E8E. Windows color (decimal): -4354290 or 954301. OLE color: 954301.

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

Color convert

RGB 189 143 14 -
CMYK 0 0.24 0.93 0.26
HSL 44.23º 0.86% 0.4% -
HSV(B) 44.23º 0.93% 0.74% -
XYZ 30.89 30.5 4.67 -
YUV 142.05 55.74 161.49 -
System Red Green Blue C M Y K H S L
Decimal 189 143 14 0 0.24 0.93 0.26 44.23 0.86 0.4
Hex BD 8F E 0 18 5D 1A 2C 56 28
Octal 275 217 16 0 30 135 32 54 126 50
Binary 10111101 10001111 1110 0 11000 1011101 11010 101100 1010110 101000

Color Harmonies of #BD8F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F0E

Black with #BD8F0E

Text Example


Text Example

White with #BD8F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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