Html Css Color HEX #BDB271 Dark Khaki

📋 copy color: '#BDB271'

red 189 ◦ green 178 ◦ blue 113

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

Shades of Dark Khaki #BDB271

Tints of Dark Khaki #BDB271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 39.38%
G = 37.08%
B = 23.54%

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

#BDB271 (or 0xBDB271) is known color: Dark Khaki. HEX triplet: BD, B2 and 71. RGB value is (189,178,113). Sum of RGB (Red+Green+Blue) = 189+178+113=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB271 is #424D8E. Grayscale: #AEAEAE. Windows color (decimal): -4345231 or 7451325. OLE color: 7451325.

HSL color Cylindrical-coordinate representation of color #BDB271: hue angle of 51.32º degrees, saturation: 0.37, 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 #BDB271 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 113 -
CMYK 0 0.06 0.40 0.26
HSL 51.32º 0.37% 0.59% -
HSV(B) 51.32º 0.4% 0.74% -
XYZ 39.89 43.85 21.98 -
YUV 173.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 189 178 113 0 0.06 0.40 0.26 51.32 0.37 0.59
Hex BD B2 71 0 6 28 1A 33 25 3B
Octal 275 262 161 0 6 50 32 63 45 73
Binary 10111101 10110010 1110001 0 110 101000 11010 110011 100101 111011

Color Harmonies of #BDB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB271

Black with #BDB271

Text Example


Text Example

White with #BDB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB271; }

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

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

background-color css

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

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

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

border-color css

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

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

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