Html Css Color HEX #BDB36E Dark Khaki

📋 copy color: '#BDB36E'

red 189 ◦ green 179 ◦ blue 110

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

Shades of Dark Khaki #BDB36E

Tints of Dark Khaki #BDB36E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

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

R = 39.54%
G = 37.45%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDB36E (or 0xBDB36E) is known color: Dark Khaki. HEX triplet: BD, B3 and 6E. RGB value is (189,179,110). Sum of RGB (Red+Green+Blue) = 189+179+110=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB36E is #424C91. Grayscale: #AEAEAE. Windows color (decimal): -4344978 or 7254973. OLE color: 7254973.

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

Color convert

RGB 189 179 110 -
CMYK 0 0.05 0.42 0.26
HSL 52.41º 0.37% 0.59% -
HSV(B) 52.41º 0.42% 0.74% -
XYZ 39.92 44.18 21.18 -
YUV 174.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 189 179 110 0 0.05 0.42 0.26 52.41 0.37 0.59
Hex BD B3 6E 0 5 2A 1A 34 25 3B
Octal 275 263 156 0 5 52 32 64 45 73
Binary 10111101 10110011 1101110 0 101 101010 11010 110100 100101 111011

Color Harmonies of #BDB36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB36E

Black with #BDB36E

Text Example


Text Example

White with #BDB36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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