Html Css Color HEX #BDA572 Fallow

📋 copy color: '#BDA572'

red 189 ◦ green 165 ◦ blue 114

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

Shades of Fallow #BDA572

Tints of Fallow #BDA572

RGB

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

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

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

R = 40.38%
G = 35.26%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDA572 (or 0xBDA572) is known color: Fallow. HEX triplet: BD, A5 and 72. RGB value is (189,165,114). Sum of RGB (Red+Green+Blue) = 189+165+114=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA572 is #425A8D. Grayscale: #A6A6A6. Windows color (decimal): -4348558 or 7513533. OLE color: 7513533.

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

Color convert

RGB 189 165 114 -
CMYK 0 0.13 0.40 0.26
HSL 40.8º 0.36% 0.59% -
HSV(B) 40.8º 0.4% 0.74% -
XYZ 37.48 38.94 21.46 -
YUV 166.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 189 165 114 0 0.13 0.40 0.26 40.8 0.36 0.59
Hex BD A5 72 0 D 28 1A 29 24 3B
Octal 275 245 162 0 15 50 32 51 44 73
Binary 10111101 10100101 1110010 0 1101 101000 11010 101001 100100 111011

Color Harmonies of #BDA572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA572

Black with #BDA572

Text Example


Text Example

White with #BDA572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA572; }

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

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

background-color css

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

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

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

border-color css

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

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

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