Html Css Color HEX #BFB3A3 Tea

📋 copy color: '#BFB3A3'

red 191 ◦ green 179 ◦ blue 163

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

Shades of Tea #BFB3A3

Tints of Tea #BFB3A3

RGB

 RED value IS 191 (75% from 255) = 35.83%

 GREEN value IS 179 (70.31% from 255) = 33.58%

 BLUE value IS 163 (64.06% from 255) = 30.58%

R = 35.83%
G = 33.58%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BFB3A3 (or 0xBFB3A3) is known color: Tea. HEX triplet: BF, B3 and A3. RGB value is (191,179,163). Sum of RGB (Red+Green+Blue) = 191+179+163=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB3A3 is #404C5C. Grayscale: #B4B4B4. Windows color (decimal): -4213853 or 10728383. OLE color: 10728383.

HSL color Cylindrical-coordinate representation of color #BFB3A3: hue angle of 34.29º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB3A3 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 163 -
CMYK 0 0.06 0.15 0.25
HSL 34.29º 0.18% 0.69% -
HSV(B) 34.29º 0.15% 0.75% -
XYZ 44.22 45.96 41.19 -
YUV 180.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 191 179 163 0 0.06 0.15 0.25 34.29 0.18 0.69
Hex BF B3 A3 0 6 F 19 22 12 45
Octal 277 263 243 0 6 17 31 42 22 105
Binary 10111111 10110011 10100011 0 110 1111 11001 100010 10010 1000101

Color Harmonies of #BFB3A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB3A3

Black with #BFB3A3

Text Example


Text Example

White with #BFB3A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB3A3; }

 p { color: rgb(191,179,163); }

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

background-color css

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

 a { background-color: rgb(191,179,163); }

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

border-color css

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

 span { border-color: rgb(191,179,163); }

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