Html Css Color HEX #BDB270 Dark Khaki

📋 copy color: '#BDB270'

red 189 ◦ green 178 ◦ blue 112

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

Shades of Dark Khaki #BDB270

Tints of Dark Khaki #BDB270

RGB

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

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

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

R = 39.46%
G = 37.16%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDB270 (or 0xBDB270) is known color: Dark Khaki. HEX triplet: BD, B2 and 70. RGB value is (189,178,112). Sum of RGB (Red+Green+Blue) = 189+178+112=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB270 is #424D8F. Grayscale: #AEAEAE. Windows color (decimal): -4345232 or 7385789. OLE color: 7385789.

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

Color convert

RGB 189 178 112 -
CMYK 0 0.06 0.41 0.26
HSL 51.43º 0.37% 0.59% -
HSV(B) 51.43º 0.41% 0.74% -
XYZ 39.83 43.83 21.69 -
YUV 173.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 189 178 112 0 0.06 0.41 0.26 51.43 0.37 0.59
Hex BD B2 70 0 6 29 1A 33 25 3B
Octal 275 262 160 0 6 51 32 63 45 73
Binary 10111101 10110010 1110000 0 110 101001 11010 110011 100101 111011

Color Harmonies of #BDB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB270

Black with #BDB270

Text Example


Text Example

White with #BDB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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