Html Css Color HEX #BDB766 Dark Khaki

📋 copy color: '#BDB766'

red 189 ◦ green 183 ◦ blue 102

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

Shades of Dark Khaki #BDB766

Tints of Dark Khaki #BDB766

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.61%

 BLUE value IS 102 (40.23% from 255) = 21.52%

R = 39.87%
G = 38.61%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDB766 (or 0xBDB766) is known color: Dark Khaki. HEX triplet: BD, B7 and 66. RGB value is (189,183,102). Sum of RGB (Red+Green+Blue) = 189+183+102=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB766 is #424899. Grayscale: #AFAFAF. Windows color (decimal): -4343962 or 6731709. OLE color: 6731709.

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

Color convert

RGB 189 183 102 -
CMYK 0 0.03 0.46 0.26
HSL 55.86º 0.4% 0.57% -
HSV(B) 55.86º 0.46% 0.74% -
XYZ 40.32 45.65 19.26 -
YUV 175.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 189 183 102 0 0.03 0.46 0.26 55.86 0.4 0.57
Hex BD B7 66 0 3 2E 1A 38 28 39
Octal 275 267 146 0 3 56 32 70 50 71
Binary 10111101 10110111 1100110 0 11 101110 11010 111000 101000 111001

Color Harmonies of #BDB766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB766

Black with #BDB766

Text Example


Text Example

White with #BDB766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB766; }

 p { color: rgb(189,183,102); }

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

background-color css

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

 a { background-color: rgb(189,183,102); }

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

border-color css

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

 span { border-color: rgb(189,183,102); }

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