Html Css Color HEX #BDB06E Dark Khaki

📋 copy color: '#BDB06E'

red 189 ◦ green 176 ◦ blue 110

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

Shades of Dark Khaki #BDB06E

Tints of Dark Khaki #BDB06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.05%

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 39.79%
G = 37.05%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDB06E (or 0xBDB06E) is known color: Dark Khaki. HEX triplet: BD, B0 and 6E. RGB value is (189,176,110). Sum of RGB (Red+Green+Blue) = 189+176+110=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB06E is #424F91. Grayscale: #ACACAC. Windows color (decimal): -4345746 or 7254205. OLE color: 7254205.

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

Color convert

RGB 189 176 110 -
CMYK 0 0.07 0.42 0.26
HSL 50.13º 0.37% 0.59% -
HSV(B) 50.13º 0.42% 0.74% -
XYZ 39.33 43 20.98 -
YUV 172.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 189 176 110 0 0.07 0.42 0.26 50.13 0.37 0.59
Hex BD B0 6E 0 7 2A 1A 32 25 3B
Octal 275 260 156 0 7 52 32 62 45 73
Binary 10111101 10110000 1101110 0 111 101010 11010 110010 100101 111011

Color Harmonies of #BDB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB06E

Black with #BDB06E

Text Example


Text Example

White with #BDB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB06E; }

 p { color: rgb(189,176,110); }

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

background-color css

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

 a { background-color: rgb(189,176,110); }

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

border-color css

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

 span { border-color: rgb(189,176,110); }

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