Html Css Color HEX #BDB565 Dark Khaki

📋 copy color: '#BDB565'

red 189 ◦ green 181 ◦ blue 101

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

Shades of Dark Khaki #BDB565

Tints of Dark Khaki #BDB565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.44%

R = 40.13%
G = 38.43%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDB565 (or 0xBDB565) is known color: Dark Khaki. HEX triplet: BD, B5 and 65. RGB value is (189,181,101). Sum of RGB (Red+Green+Blue) = 189+181+101=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB565 is #424A9A. Grayscale: #AEAEAE. Windows color (decimal): -4344475 or 6665661. OLE color: 6665661.

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

Color convert

RGB 189 181 101 -
CMYK 0 0.04 0.47 0.26
HSL 54.55º 0.4% 0.57% -
HSV(B) 54.55º 0.47% 0.74% -
XYZ 39.86 44.81 18.86 -
YUV 174.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 189 181 101 0 0.04 0.47 0.26 54.55 0.4 0.57
Hex BD B5 65 0 4 2F 1A 37 28 39
Octal 275 265 145 0 4 57 32 67 50 71
Binary 10111101 10110101 1100101 0 100 101111 11010 110111 101000 111001

Color Harmonies of #BDB565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB565

Black with #BDB565

Text Example


Text Example

White with #BDB565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB565; }

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

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

background-color css

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

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

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

border-color css

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

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

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