Html Css Color HEX #BBA375 Fallow

📋 copy color: '#BBA375'

red 187 ◦ green 163 ◦ blue 117

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

Shades of Fallow #BBA375

Tints of Fallow #BBA375

RGB

 RED value IS 187 (73.44% from 255) = 40.04%

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

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

R = 40.04%
G = 34.9%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBA375 (or 0xBBA375) is known color: Fallow. HEX triplet: BB, A3 and 75. RGB value is (187,163,117). Sum of RGB (Red+Green+Blue) = 187+163+117=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA375 is #445C8A. Grayscale: #A5A5A5. Windows color (decimal): -4480139 or 7709627. OLE color: 7709627.

HSL color Cylindrical-coordinate representation of color #BBA375: hue angle of 39.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBA375 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 117 -
CMYK 0 0.13 0.37 0.27
HSL 39.43º 0.34% 0.6% -
HSV(B) 39.43º 0.37% 0.73% -
XYZ 36.8 38.04 22.23 -
YUV 164.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 187 163 117 0 0.13 0.37 0.27 39.43 0.34 0.6
Hex BB A3 75 0 D 25 1B 27 22 3C
Octal 273 243 165 0 15 45 33 47 42 74
Binary 10111011 10100011 1110101 0 1101 100101 11011 100111 100010 111100

Color Harmonies of #BBA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA375

Black with #BBA375

Text Example


Text Example

White with #BBA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA375; }

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

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

background-color css

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

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

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

border-color css

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

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

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