Html Css Color HEX #B0A68B Chino

📋 copy color: '#B0A68B'

red 176 ◦ green 166 ◦ blue 139

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

Shades of Chino #B0A68B

Tints of Chino #B0A68B

RGB

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

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

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

R = 36.59%
G = 34.51%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0A68B (or 0xB0A68B) is known color: Chino. HEX triplet: B0, A6 and 8B. RGB value is (176,166,139). Sum of RGB (Red+Green+Blue) = 176+166+139=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A68B is #4F5974. Grayscale: #A6A6A6. Windows color (decimal): -5200245 or 9152176. OLE color: 9152176.

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

Color convert

RGB 176 166 139 -
CMYK 0 0.06 0.21 0.31
HSL 43.78º 0.19% 0.62% -
HSV(B) 43.78º 0.21% 0.69% -
XYZ 36.2 38.37 29.92 -
YUV 165.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 176 166 139 0 0.06 0.21 0.31 43.78 0.19 0.62
Hex B0 A6 8B 0 6 15 1F 2C 13 3E
Octal 260 246 213 0 6 25 37 54 23 76
Binary 10110000 10100110 10001011 0 110 10101 11111 101100 10011 111110

Color Harmonies of #B0A68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A68B

Black with #B0A68B

Text Example


Text Example

White with #B0A68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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