Html Css Color HEX #BDB475 Dark Khaki

📋 copy color: '#BDB475'

red 189 ◦ green 180 ◦ blue 117

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

Shades of Dark Khaki #BDB475

Tints of Dark Khaki #BDB475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.04%

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

R = 38.89%
G = 37.04%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDB475 (or 0xBDB475) is known color: Dark Khaki. HEX triplet: BD, B4 and 75. RGB value is (189,180,117). Sum of RGB (Red+Green+Blue) = 189+180+117=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB475 is #424B8A. Grayscale: #AFAFAF. Windows color (decimal): -4344715 or 7713981. OLE color: 7713981.

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

Color convert

RGB 189 180 117 -
CMYK 0 0.05 0.38 0.26
HSL 52.5º 0.35% 0.6% -
HSV(B) 52.5º 0.38% 0.74% -
XYZ 40.52 44.75 23.33 -
YUV 175.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 189 180 117 0 0.05 0.38 0.26 52.5 0.35 0.6
Hex BD B4 75 0 5 26 1A 34 23 3C
Octal 275 264 165 0 5 46 32 64 43 74
Binary 10111101 10110100 1110101 0 101 100110 11010 110100 100011 111100

Color Harmonies of #BDB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB475

Black with #BDB475

Text Example


Text Example

White with #BDB475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB475; }

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

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

background-color css

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

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

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

border-color css

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

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

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