Html Css Color HEX #B2A883 Chino

📋 copy color: '#B2A883'

red 178 ◦ green 168 ◦ blue 131

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

Shades of Chino #B2A883

Tints of Chino #B2A883

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.22%

 BLUE value IS 131 (51.56% from 255) = 27.46%

R = 37.32%
G = 35.22%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B2A883 (or 0xB2A883) is known color: Chino. HEX triplet: B2, A8 and 83. RGB value is (178,168,131). Sum of RGB (Red+Green+Blue) = 178+168+131=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A883 is #4D577C. Grayscale: #A6A6A6. Windows color (decimal): -5068669 or 8628402. OLE color: 8628402.

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

Color convert

RGB 178 168 131 -
CMYK 0 0.06 0.26 0.30
HSL 47.23º 0.23% 0.61% -
HSV(B) 47.23º 0.26% 0.7% -
XYZ 36.46 39.11 27.1 -
YUV 166.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 178 168 131 0 0.06 0.26 0.30 47.23 0.23 0.61
Hex B2 A8 83 0 6 1A 1E 2F 17 3D
Octal 262 250 203 0 6 32 36 57 27 75
Binary 10110010 10101000 10000011 0 110 11010 11110 101111 10111 111101

Color Harmonies of #B2A883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A883

Black with #B2A883

Text Example


Text Example

White with #B2A883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A883; }

 p { color: rgb(178,168,131); }

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

background-color css

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

 a { background-color: rgb(178,168,131); }

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

border-color css

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

 span { border-color: rgb(178,168,131); }

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