Html Css Color HEX #B2A98B Chino

📋 copy color: '#B2A98B'

red 178 ◦ green 169 ◦ blue 139

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

Shades of Chino #B2A98B

Tints of Chino #B2A98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.6%

R = 36.63%
G = 34.77%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2A98B (or 0xB2A98B) is known color: Chino. HEX triplet: B2, A9 and 8B. RGB value is (178,169,139). Sum of RGB (Red+Green+Blue) = 178+169+139=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A98B is #4D5674. Grayscale: #A8A8A8. Windows color (decimal): -5068405 or 9152946. OLE color: 9152946.

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

Color convert

RGB 178 169 139 -
CMYK 0 0.05 0.22 0.30
HSL 46.15º 0.2% 0.62% -
HSV(B) 46.15º 0.22% 0.7% -
XYZ 37.21 39.71 30.13 -
YUV 168.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 178 169 139 0 0.05 0.22 0.30 46.15 0.2 0.62
Hex B2 A9 8B 0 5 16 1E 2E 14 3E
Octal 262 251 213 0 5 26 36 56 24 76
Binary 10110010 10101001 10001011 0 101 10110 11110 101110 10100 111110

Color Harmonies of #B2A98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A98B

Black with #B2A98B

Text Example


Text Example

White with #B2A98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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