Html Css Color HEX #B3A98A Chino

📋 copy color: '#B3A98A'

red 179 ◦ green 169 ◦ blue 138

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

Shades of Chino #B3A98A

Tints of Chino #B3A98A

RGB

 RED value IS 179 (70.31% from 255) = 36.83%

 GREEN value IS 169 (66.41% from 255) = 34.77%

 BLUE value IS 138 (54.3% from 255) = 28.4%

R = 36.83%
G = 34.77%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3A98A (or 0xB3A98A) is known color: Chino. HEX triplet: B3, A9 and 8A. RGB value is (179,169,138). Sum of RGB (Red+Green+Blue) = 179+169+138=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A98A is #4C5675. Grayscale: #A8A8A8. Windows color (decimal): -5002870 or 9087411. OLE color: 9087411.

HSL color Cylindrical-coordinate representation of color #B3A98A: hue angle of 45.37º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3A98A is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 169 138 -
CMYK 0 0.06 0.23 0.30
HSL 45.37º 0.21% 0.62% -
HSV(B) 45.37º 0.23% 0.7% -
XYZ 37.37 39.79 29.76 -
YUV 168.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 179 169 138 0 0.06 0.23 0.30 45.37 0.21 0.62
Hex B3 A9 8A 0 6 17 1E 2D 15 3E
Octal 263 251 212 0 6 27 36 55 25 76
Binary 10110011 10101001 10001010 0 110 10111 11110 101101 10101 111110

Color Harmonies of #B3A98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A98A

Black with #B3A98A

Text Example


Text Example

White with #B3A98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A98A; }

 p { color: rgb(179,169,138); }

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

background-color css

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

 a { background-color: rgb(179,169,138); }

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

border-color css

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

 span { border-color: rgb(179,169,138); }

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