Html Css Color HEX #BDB975 Dark Khaki

📋 copy color: '#BDB975'

red 189 ◦ green 185 ◦ blue 117

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

Shades of Dark Khaki #BDB975

Tints of Dark Khaki #BDB975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.68%

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

R = 38.49%
G = 37.68%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDB975 (or 0xBDB975) is known color: Dark Khaki. HEX triplet: BD, B9 and 75. RGB value is (189,185,117). Sum of RGB (Red+Green+Blue) = 189+185+117=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB975 is #42468A. Grayscale: #B2B2B2. Windows color (decimal): -4343435 or 7715261. OLE color: 7715261.

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

Color convert

RGB 189 185 117 -
CMYK 0 0.02 0.38 0.26
HSL 56.67º 0.35% 0.6% -
HSV(B) 56.67º 0.38% 0.74% -
XYZ 41.55 46.8 23.67 -
YUV 178.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 189 185 117 0 0.02 0.38 0.26 56.67 0.35 0.6
Hex BD B9 75 0 2 26 1A 39 23 3C
Octal 275 271 165 0 2 46 32 71 43 74
Binary 10111101 10111001 1110101 0 10 100110 11010 111001 100011 111100

Color Harmonies of #BDB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB975

Black with #BDB975

Text Example


Text Example

White with #BDB975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB975; }

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

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

background-color css

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

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

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

border-color css

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

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

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