Html Css Color HEX #BDA375 Fallow

📋 copy color: '#BDA375'

red 189 ◦ green 163 ◦ blue 117

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

Shades of Fallow #BDA375

Tints of Fallow #BDA375

RGB

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

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

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

R = 40.3%
G = 34.75%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDA375 (or 0xBDA375) is known color: Fallow. HEX triplet: BD, A3 and 75. RGB value is (189,163,117). Sum of RGB (Red+Green+Blue) = 189+163+117=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA375 is #425C8A. Grayscale: #A5A5A5. Windows color (decimal): -4349067 or 7709629. OLE color: 7709629.

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

Color convert

RGB 189 163 117 -
CMYK 0 0.14 0.38 0.26
HSL 38.33º 0.35% 0.6% -
HSV(B) 38.33º 0.38% 0.74% -
XYZ 37.29 38.3 22.26 -
YUV 165.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 189 163 117 0 0.14 0.38 0.26 38.33 0.35 0.6
Hex BD A3 75 0 E 26 1A 26 23 3C
Octal 275 243 165 0 16 46 32 46 43 74
Binary 10111101 10100011 1110101 0 1110 100110 11010 100110 100011 111100

Color Harmonies of #BDA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA375

Black with #BDA375

Text Example


Text Example

White with #BDA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA375; }

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

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

background-color css

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

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

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

border-color css

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

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

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