Html Css Color HEX #B2A78B Chino

📋 copy color: '#B2A78B'

red 178 ◦ green 167 ◦ blue 139

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

Shades of Chino #B2A78B

Tints of Chino #B2A78B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.5%

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

R = 36.78%
G = 34.5%
B = 28.72%

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

#B2A78B (or 0xB2A78B) is known color: Chino. HEX triplet: B2, A7 and 8B. RGB value is (178,167,139). Sum of RGB (Red+Green+Blue) = 178+167+139=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A78B is #4D5874. Grayscale: #A7A7A7. Windows color (decimal): -5068917 or 9152434. OLE color: 9152434.

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

Color convert

RGB 178 167 139 -
CMYK 0 0.06 0.22 0.30
HSL 43.08º 0.2% 0.62% -
HSV(B) 43.08º 0.22% 0.7% -
XYZ 36.84 38.97 30.01 -
YUV 167.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 178 167 139 0 0.06 0.22 0.30 43.08 0.2 0.62
Hex B2 A7 8B 0 6 16 1E 2B 14 3E
Octal 262 247 213 0 6 26 36 53 24 76
Binary 10110010 10100111 10001011 0 110 10110 11110 101011 10100 111110

Color Harmonies of #B2A78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A78B

Black with #B2A78B

Text Example


Text Example

White with #B2A78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A78B; }

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

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

background-color css

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

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

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

border-color css

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

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

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