Html Css Color HEX #BDA370 Fallow

📋 copy color: '#BDA370'

red 189 ◦ green 163 ◦ blue 112

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

Shades of Fallow #BDA370

Tints of Fallow #BDA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

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

R = 40.73%
G = 35.13%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDA370 (or 0xBDA370) is known color: Fallow. HEX triplet: BD, A3 and 70. RGB value is (189,163,112). Sum of RGB (Red+Green+Blue) = 189+163+112=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA370 is #425C8F. Grayscale: #A5A5A5. Windows color (decimal): -4349072 or 7381949. OLE color: 7381949.

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

Color convert

RGB 189 163 112 -
CMYK 0 0.14 0.41 0.26
HSL 39.74º 0.37% 0.59% -
HSV(B) 39.74º 0.41% 0.74% -
XYZ 37.01 38.18 20.75 -
YUV 164.96 98.11 145.15 -
System Red Green Blue C M Y K H S L
Decimal 189 163 112 0 0.14 0.41 0.26 39.74 0.37 0.59
Hex BD A3 70 0 E 29 1A 28 25 3B
Octal 275 243 160 0 16 51 32 50 45 73
Binary 10111101 10100011 1110000 0 1110 101001 11010 101000 100101 111011

Color Harmonies of #BDA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA370

Black with #BDA370

Text Example


Text Example

White with #BDA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA370; }

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

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

background-color css

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

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

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

border-color css

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

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

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