Html Css Color HEX #BDA570 Fallow

📋 copy color: '#BDA570'

red 189 ◦ green 165 ◦ blue 112

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

Shades of Fallow #BDA570

Tints of Fallow #BDA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.41%

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

R = 40.56%
G = 35.41%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDA570 (or 0xBDA570) is known color: Fallow. HEX triplet: BD, A5 and 70. RGB value is (189,165,112). Sum of RGB (Red+Green+Blue) = 189+165+112=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA570 is #425A8F. Grayscale: #A6A6A6. Windows color (decimal): -4348560 or 7382461. OLE color: 7382461.

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

Color convert

RGB 189 165 112 -
CMYK 0 0.13 0.41 0.26
HSL 41.3º 0.37% 0.59% -
HSV(B) 41.3º 0.41% 0.74% -
XYZ 37.37 38.9 20.87 -
YUV 166.13 97.45 144.31 -
System Red Green Blue C M Y K H S L
Decimal 189 165 112 0 0.13 0.41 0.26 41.3 0.37 0.59
Hex BD A5 70 0 D 29 1A 29 25 3B
Octal 275 245 160 0 15 51 32 51 45 73
Binary 10111101 10100101 1110000 0 1101 101001 11010 101001 100101 111011

Color Harmonies of #BDA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA570

Black with #BDA570

Text Example


Text Example

White with #BDA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA570; }

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

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

background-color css

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

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

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

border-color css

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

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

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