Html Css Color HEX #BDA070 Fallow

📋 copy color: '#BDA070'

red 189 ◦ green 160 ◦ blue 112

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

Shades of Fallow #BDA070

Tints of Fallow #BDA070

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.71%

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

R = 41%
G = 34.71%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDA070 (or 0xBDA070) is known color: Fallow. HEX triplet: BD, A0 and 70. RGB value is (189,160,112). Sum of RGB (Red+Green+Blue) = 189+160+112=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA070 is #425F8F. Grayscale: #A3A3A3. Windows color (decimal): -4349840 or 7381181. OLE color: 7381181.

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

Color convert

RGB 189 160 112 -
CMYK 0 0.15 0.41 0.26
HSL 37.4º 0.37% 0.59% -
HSV(B) 37.4º 0.41% 0.74% -
XYZ 36.48 37.13 20.57 -
YUV 163.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 189 160 112 0 0.15 0.41 0.26 37.4 0.37 0.59
Hex BD A0 70 0 F 29 1A 25 25 3B
Octal 275 240 160 0 17 51 32 45 45 73
Binary 10111101 10100000 1110000 0 1111 101001 11010 100101 100101 111011

Color Harmonies of #BDA070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA070

Black with #BDA070

Text Example


Text Example

White with #BDA070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA070; }

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

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

background-color css

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

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

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

border-color css

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

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

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