Html Css Color HEX #BDA072 Fallow

📋 copy color: '#BDA072'

red 189 ◦ green 160 ◦ blue 114

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

Shades of Fallow #BDA072

Tints of Fallow #BDA072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.62%

R = 40.82%
G = 34.56%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDA072 (or 0xBDA072) is known color: Fallow. HEX triplet: BD, A0 and 72. RGB value is (189,160,114). Sum of RGB (Red+Green+Blue) = 189+160+114=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA072 is #425F8D. Grayscale: #A3A3A3. Windows color (decimal): -4349838 or 7512253. OLE color: 7512253.

HSL color Cylindrical-coordinate representation of color #BDA072: hue angle of 36.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDA072 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 114 -
CMYK 0 0.15 0.40 0.26
HSL 36.8º 0.36% 0.59% -
HSV(B) 36.8º 0.4% 0.74% -
XYZ 36.59 37.18 21.17 -
YUV 163.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 189 160 114 0 0.15 0.40 0.26 36.8 0.36 0.59
Hex BD A0 72 0 F 28 1A 25 24 3B
Octal 275 240 162 0 17 50 32 45 44 73
Binary 10111101 10100000 1110010 0 1111 101000 11010 100101 100100 111011

Color Harmonies of #BDA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA072

Black with #BDA072

Text Example


Text Example

White with #BDA072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA072; }

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

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

background-color css

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

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

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

border-color css

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

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

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