Html Css Color HEX #BBAF8C Chino

📋 copy color: '#BBAF8C'

red 187 ◦ green 175 ◦ blue 140

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

Shades of Chino #BBAF8C

Tints of Chino #BBAF8C

RGB

 RED value IS 187 (73.44% from 255) = 37.25%

 GREEN value IS 175 (68.75% from 255) = 34.86%

 BLUE value IS 140 (55.08% from 255) = 27.89%

R = 37.25%
G = 34.86%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBAF8C (or 0xBBAF8C) is known color: Chino. HEX triplet: BB, AF and 8C. RGB value is (187,175,140). Sum of RGB (Red+Green+Blue) = 187+175+140=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF8C is #445073. Grayscale: #AEAEAE. Windows color (decimal): -4477044 or 9220027. OLE color: 9220027.

HSL color Cylindrical-coordinate representation of color #BBAF8C: hue angle of 44.68º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBAF8C is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 140 -
CMYK 0 0.06 0.25 0.27
HSL 44.68º 0.26% 0.64% -
HSV(B) 44.68º 0.25% 0.73% -
XYZ 40.56 43.12 31 -
YUV 174.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 187 175 140 0 0.06 0.25 0.27 44.68 0.26 0.64
Hex BB AF 8C 0 6 19 1B 2D 1A 40
Octal 273 257 214 0 6 31 33 55 32 100
Binary 10111011 10101111 10001100 0 110 11001 11011 101101 11010 1000000

Color Harmonies of #BBAF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF8C

Black with #BBAF8C

Text Example


Text Example

White with #BBAF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF8C; }

 p { color: rgb(187,175,140); }

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

background-color css

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

 a { background-color: rgb(187,175,140); }

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

border-color css

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

 span { border-color: rgb(187,175,140); }

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