Html Css Color HEX #B0A68A Chino

📋 copy color: '#B0A68A'

red 176 ◦ green 166 ◦ blue 138

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

Shades of Chino #B0A68A

Tints of Chino #B0A68A

RGB

 RED value IS 176 (69.14% from 255) = 36.67%

 GREEN value IS 166 (65.23% from 255) = 34.58%

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 36.67%
G = 34.58%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0A68A (or 0xB0A68A) is known color: Chino. HEX triplet: B0, A6 and 8A. RGB value is (176,166,138). Sum of RGB (Red+Green+Blue) = 176+166+138=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A68A is #4F5975. Grayscale: #A5A5A5. Windows color (decimal): -5200246 or 9086640. OLE color: 9086640.

HSL color Cylindrical-coordinate representation of color #B0A68A: hue angle of 44.21º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0A68A is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 166 138 -
CMYK 0 0.06 0.22 0.31
HSL 44.21º 0.19% 0.62% -
HSV(B) 44.21º 0.22% 0.69% -
XYZ 36.13 38.34 29.54 -
YUV 165.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 176 166 138 0 0.06 0.22 0.31 44.21 0.19 0.62
Hex B0 A6 8A 0 6 16 1F 2C 13 3E
Octal 260 246 212 0 6 26 37 54 23 76
Binary 10110000 10100110 10001010 0 110 10110 11111 101100 10011 111110

Color Harmonies of #B0A68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A68A

Black with #B0A68A

Text Example


Text Example

White with #B0A68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A68A; }

 p { color: rgb(176,166,138); }

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

background-color css

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

 a { background-color: rgb(176,166,138); }

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

border-color css

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

 span { border-color: rgb(176,166,138); }

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