Html Css Color HEX #B4A98D Chino

📋 copy color: '#B4A98D'

red 180 ◦ green 169 ◦ blue 141

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

Shades of Chino #B4A98D

Tints of Chino #B4A98D

RGB

 RED value IS 180 (70.7% from 255) = 36.73%

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

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 36.73%
G = 34.49%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4A98D (or 0xB4A98D) is known color: Chino. HEX triplet: B4, A9 and 8D. RGB value is (180,169,141). Sum of RGB (Red+Green+Blue) = 180+169+141=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A98D is #4B5672. Grayscale: #A9A9A9. Windows color (decimal): -4937331 or 9284020. OLE color: 9284020.

HSL color Cylindrical-coordinate representation of color #B4A98D: hue angle of 43.08º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A98D is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 169 141 -
CMYK 0 0.06 0.22 0.29
HSL 43.08º 0.21% 0.63% -
HSV(B) 43.08º 0.22% 0.71% -
XYZ 37.82 40 30.93 -
YUV 169.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 180 169 141 0 0.06 0.22 0.29 43.08 0.21 0.63
Hex B4 A9 8D 0 6 16 1D 2B 15 3F
Octal 264 251 215 0 6 26 35 53 25 77
Binary 10110100 10101001 10001101 0 110 10110 11101 101011 10101 111111

Color Harmonies of #B4A98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A98D

Black with #B4A98D

Text Example


Text Example

White with #B4A98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A98D; }

 p { color: rgb(180,169,141); }

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

background-color css

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

 a { background-color: rgb(180,169,141); }

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

border-color css

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

 span { border-color: rgb(180,169,141); }

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