Html Css Color HEX #B3A98B Chino

📋 copy color: '#B3A98B'

red 179 ◦ green 169 ◦ blue 139

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

Shades of Chino #B3A98B

Tints of Chino #B3A98B

RGB

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

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

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

R = 36.76%
G = 34.7%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3A98B (or 0xB3A98B) is known color: Chino. HEX triplet: B3, A9 and 8B. RGB value is (179,169,139). Sum of RGB (Red+Green+Blue) = 179+169+139=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A98B is #4C5674. Grayscale: #A8A8A8. Windows color (decimal): -5002869 or 9152947. OLE color: 9152947.

HSL color Cylindrical-coordinate representation of color #B3A98B: hue angle of 45º degrees, saturation: 0.21, 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 #B3A98B is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 169 139 -
CMYK 0 0.06 0.22 0.30
HSL 45º 0.21% 0.62% -
HSV(B) 45º 0.22% 0.7% -
XYZ 37.44 39.82 30.14 -
YUV 168.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 179 169 139 0 0.06 0.22 0.30 45 0.21 0.62
Hex B3 A9 8B 0 6 16 1E 2D 15 3E
Octal 263 251 213 0 6 26 36 55 25 76
Binary 10110011 10101001 10001011 0 110 10110 11110 101101 10101 111110

Color Harmonies of #B3A98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A98B

Black with #B3A98B

Text Example


Text Example

White with #B3A98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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