Html Css Color HEX #B2A98C Chino

📋 copy color: '#B2A98C'

red 178 ◦ green 169 ◦ blue 140

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

Shades of Chino #B2A98C

Tints of Chino #B2A98C

RGB

 RED value IS 178 (69.92% from 255) = 36.55%

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

 BLUE value IS 140 (55.08% from 255) = 28.75%

R = 36.55%
G = 34.7%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2A98C (or 0xB2A98C) is known color: Chino. HEX triplet: B2, A9 and 8C. RGB value is (178,169,140). Sum of RGB (Red+Green+Blue) = 178+169+140=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A98C is #4D5673. Grayscale: #A8A8A8. Windows color (decimal): -5068404 or 9218482. OLE color: 9218482.

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

Color convert

RGB 178 169 140 -
CMYK 0 0.05 0.21 0.30
HSL 45.79º 0.2% 0.62% -
HSV(B) 45.79º 0.21% 0.7% -
XYZ 37.28 39.73 30.52 -
YUV 168.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 178 169 140 0 0.05 0.21 0.30 45.79 0.2 0.62
Hex B2 A9 8C 0 5 15 1E 2E 14 3E
Octal 262 251 214 0 5 25 36 56 24 76
Binary 10110010 10101001 10001100 0 101 10101 11110 101110 10100 111110

Color Harmonies of #B2A98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A98C

Black with #B2A98C

Text Example


Text Example

White with #B2A98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A98C; }

 p { color: rgb(178,169,140); }

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

background-color css

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

 a { background-color: rgb(178,169,140); }

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

border-color css

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

 span { border-color: rgb(178,169,140); }

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