Html Css Color HEX #BDB578 Dark Khaki

📋 copy color: '#BDB578'

red 189 ◦ green 181 ◦ blue 120

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

Shades of Dark Khaki #BDB578

Tints of Dark Khaki #BDB578

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.94%

 BLUE value IS 120 (47.27% from 255) = 24.49%

R = 38.57%
G = 36.94%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB578 (or 0xBDB578) is known color: Dark Khaki. HEX triplet: BD, B5 and 78. RGB value is (189,181,120). Sum of RGB (Red+Green+Blue) = 189+181+120=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB578 is #424A87. Grayscale: #B0B0B0. Windows color (decimal): -4344456 or 7910845. OLE color: 7910845.

HSL color Cylindrical-coordinate representation of color #BDB578: hue angle of 53.04º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDB578 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 120 -
CMYK 0 0.04 0.37 0.26
HSL 53.04º 0.34% 0.61% -
HSV(B) 53.04º 0.37% 0.74% -
XYZ 40.9 45.22 24.34 -
YUV 176.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 189 181 120 0 0.04 0.37 0.26 53.04 0.34 0.61
Hex BD B5 78 0 4 25 1A 35 22 3D
Octal 275 265 170 0 4 45 32 65 42 75
Binary 10111101 10110101 1111000 0 100 100101 11010 110101 100010 111101

Color Harmonies of #BDB578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB578

Black with #BDB578

Text Example


Text Example

White with #BDB578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB578; }

 p { color: rgb(189,181,120); }

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

background-color css

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

 a { background-color: rgb(189,181,120); }

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

border-color css

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

 span { border-color: rgb(189,181,120); }

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