Html Css Color HEX #BDA175 Fallow

📋 copy color: '#BDA175'

red 189 ◦ green 161 ◦ blue 117

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

Shades of Fallow #BDA175

Tints of Fallow #BDA175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.48%

 BLUE value IS 117 (46.09% from 255) = 25.05%

R = 40.47%
G = 34.48%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDA175 (or 0xBDA175) is known color: Fallow. HEX triplet: BD, A1 and 75. RGB value is (189,161,117). Sum of RGB (Red+Green+Blue) = 189+161+117=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA175 is #425E8A. Grayscale: #A4A4A4. Windows color (decimal): -4349579 or 7709117. OLE color: 7709117.

HSL color Cylindrical-coordinate representation of color #BDA175: hue angle of 36.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDA175 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 161 117 -
CMYK 0 0.15 0.38 0.26
HSL 36.67º 0.35% 0.6% -
HSV(B) 36.67º 0.38% 0.74% -
XYZ 36.94 37.59 22.14 -
YUV 164.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 189 161 117 0 0.15 0.38 0.26 36.67 0.35 0.6
Hex BD A1 75 0 F 26 1A 25 23 3C
Octal 275 241 165 0 17 46 32 45 43 74
Binary 10111101 10100001 1110101 0 1111 100110 11010 100101 100011 111100

Color Harmonies of #BDA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA175

Black with #BDA175

Text Example


Text Example

White with #BDA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA175; }

 p { color: rgb(189,161,117); }

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

background-color css

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

 a { background-color: rgb(189,161,117); }

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

border-color css

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

 span { border-color: rgb(189,161,117); }

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