Html Css Color HEX #BDB275 Dark Khaki

📋 copy color: '#BDB275'

red 189 ◦ green 178 ◦ blue 117

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

Shades of Dark Khaki #BDB275

Tints of Dark Khaki #BDB275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.78%

 BLUE value IS 117 (46.09% from 255) = 24.17%

R = 39.05%
G = 36.78%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDB275 (or 0xBDB275) is known color: Dark Khaki. HEX triplet: BD, B2 and 75. RGB value is (189,178,117). Sum of RGB (Red+Green+Blue) = 189+178+117=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB275 is #424D8A. Grayscale: #AEAEAE. Windows color (decimal): -4345227 or 7713469. OLE color: 7713469.

HSL color Cylindrical-coordinate representation of color #BDB275: hue angle of 50.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDB275 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 117 -
CMYK 0 0.06 0.38 0.26
HSL 50.83º 0.35% 0.6% -
HSV(B) 50.83º 0.38% 0.74% -
XYZ 40.12 43.94 23.2 -
YUV 174.34 95.64 138.46 -
System Red Green Blue C M Y K H S L
Decimal 189 178 117 0 0.06 0.38 0.26 50.83 0.35 0.6
Hex BD B2 75 0 6 26 1A 33 23 3C
Octal 275 262 165 0 6 46 32 63 43 74
Binary 10111101 10110010 1110101 0 110 100110 11010 110011 100011 111100

Color Harmonies of #BDB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB275

Black with #BDB275

Text Example


Text Example

White with #BDB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB275; }

 p { color: rgb(189,178,117); }

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

background-color css

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

 a { background-color: rgb(189,178,117); }

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

border-color css

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

 span { border-color: rgb(189,178,117); }

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