Html Css Color HEX #BDB365 Dark Khaki

📋 copy color: '#BDB365'

red 189 ◦ green 179 ◦ blue 101

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

Shades of Dark Khaki #BDB365

Tints of Dark Khaki #BDB365

RGB

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

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

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

R = 40.3%
G = 38.17%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDB365 (or 0xBDB365) is known color: Dark Khaki. HEX triplet: BD, B3 and 65. RGB value is (189,179,101). Sum of RGB (Red+Green+Blue) = 189+179+101=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB365 is #424C9A. Grayscale: #ADADAD. Windows color (decimal): -4344987 or 6665149. OLE color: 6665149.

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

Color convert

RGB 189 179 101 -
CMYK 0 0.05 0.47 0.26
HSL 53.18º 0.4% 0.57% -
HSV(B) 53.18º 0.47% 0.74% -
XYZ 39.46 44 18.72 -
YUV 173.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 189 179 101 0 0.05 0.47 0.26 53.18 0.4 0.57
Hex BD B3 65 0 5 2F 1A 35 28 39
Octal 275 263 145 0 5 57 32 65 50 71
Binary 10111101 10110011 1100101 0 101 101111 11010 110101 101000 111001

Color Harmonies of #BDB365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB365

Black with #BDB365

Text Example


Text Example

White with #BDB365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB365; }

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

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

background-color css

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

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

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

border-color css

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

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

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