Html Css Color HEX #BDB070 Dark Khaki

📋 copy color: '#BDB070'

red 189 ◦ green 176 ◦ blue 112

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

Shades of Dark Khaki #BDB070

Tints of Dark Khaki #BDB070

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

 BLUE value IS 112 (44.14% from 255) = 23.48%

R = 39.62%
G = 36.9%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDB070 (or 0xBDB070) is known color: Dark Khaki. HEX triplet: BD, B0 and 70. RGB value is (189,176,112). Sum of RGB (Red+Green+Blue) = 189+176+112=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB070 is #424F8F. Grayscale: #ACACAC. Windows color (decimal): -4345744 or 7385277. OLE color: 7385277.

HSL color Cylindrical-coordinate representation of color #BDB070: hue angle of 49.87º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDB070 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 112 -
CMYK 0 0.07 0.41 0.26
HSL 49.87º 0.37% 0.59% -
HSV(B) 49.87º 0.41% 0.74% -
XYZ 39.44 43.04 21.56 -
YUV 172.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 189 176 112 0 0.07 0.41 0.26 49.87 0.37 0.59
Hex BD B0 70 0 7 29 1A 32 25 3B
Octal 275 260 160 0 7 51 32 62 45 73
Binary 10111101 10110000 1110000 0 111 101001 11010 110010 100101 111011

Color Harmonies of #BDB070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB070

Black with #BDB070

Text Example


Text Example

White with #BDB070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB070; }

 p { color: rgb(189,176,112); }

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

background-color css

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

 a { background-color: rgb(189,176,112); }

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

border-color css

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

 span { border-color: rgb(189,176,112); }

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