Html Css Color HEX #BDB569 Dark Khaki

📋 copy color: '#BDB569'

red 189 ◦ green 181 ◦ blue 105

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

Shades of Dark Khaki #BDB569

Tints of Dark Khaki #BDB569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.11%

R = 39.79%
G = 38.11%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDB569 (or 0xBDB569) is known color: Dark Khaki. HEX triplet: BD, B5 and 69. RGB value is (189,181,105). Sum of RGB (Red+Green+Blue) = 189+181+105=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB569 is #424A96. Grayscale: #AFAFAF. Windows color (decimal): -4344471 or 6927805. OLE color: 6927805.

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

Color convert

RGB 189 181 105 -
CMYK 0 0.04 0.44 0.26
HSL 54.29º 0.39% 0.58% -
HSV(B) 54.29º 0.44% 0.74% -
XYZ 40.06 44.89 19.92 -
YUV 174.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 189 181 105 0 0.04 0.44 0.26 54.29 0.39 0.58
Hex BD B5 69 0 4 2C 1A 36 27 3A
Octal 275 265 151 0 4 54 32 66 47 72
Binary 10111101 10110101 1101001 0 100 101100 11010 110110 100111 111010

Color Harmonies of #BDB569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB569

Black with #BDB569

Text Example


Text Example

White with #BDB569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB569; }

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

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

background-color css

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

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

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

border-color css

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

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

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