Html Css Color HEX #BDB172 Dark Khaki

📋 copy color: '#BDB172'

red 189 ◦ green 177 ◦ blue 114

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

Shades of Dark Khaki #BDB172

Tints of Dark Khaki #BDB172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.88%

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 39.38%
G = 36.88%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDB172 (or 0xBDB172) is known color: Dark Khaki. HEX triplet: BD, B1 and 72. RGB value is (189,177,114). Sum of RGB (Red+Green+Blue) = 189+177+114=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB172 is #424E8D. Grayscale: #ADADAD. Windows color (decimal): -4345486 or 7516605. OLE color: 7516605.

HSL color Cylindrical-coordinate representation of color #BDB172: hue angle of 50.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDB172 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 114 -
CMYK 0 0.06 0.40 0.26
HSL 50.4º 0.36% 0.59% -
HSV(B) 50.4º 0.4% 0.74% -
XYZ 39.75 43.48 22.22 -
YUV 173.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 189 177 114 0 0.06 0.40 0.26 50.4 0.36 0.59
Hex BD B1 72 0 6 28 1A 32 24 3B
Octal 275 261 162 0 6 50 32 62 44 73
Binary 10111101 10110001 1110010 0 110 101000 11010 110010 100100 111011

Color Harmonies of #BDB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB172

Black with #BDB172

Text Example


Text Example

White with #BDB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB172; }

 p { color: rgb(189,177,114); }

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

background-color css

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

 a { background-color: rgb(189,177,114); }

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

border-color css

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

 span { border-color: rgb(189,177,114); }

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