Html Css Color HEX #BBAF90 Chino

📋 copy color: '#BBAF90'

red 187 ◦ green 175 ◦ blue 144

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

Shades of Chino #BBAF90

Tints of Chino #BBAF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.46%

R = 36.96%
G = 34.58%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BBAF90 (or 0xBBAF90) is known color: Chino. HEX triplet: BB, AF and 90. RGB value is (187,175,144). Sum of RGB (Red+Green+Blue) = 187+175+144=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF90 is #44506F. Grayscale: #AFAFAF. Windows color (decimal): -4477040 or 9482171. OLE color: 9482171.

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

Color convert

RGB 187 175 144 -
CMYK 0 0.06 0.23 0.27
HSL 43.26º 0.24% 0.65% -
HSV(B) 43.26º 0.23% 0.73% -
XYZ 40.86 43.24 32.58 -
YUV 175.05 110.48 136.52 -
System Red Green Blue C M Y K H S L
Decimal 187 175 144 0 0.06 0.23 0.27 43.26 0.24 0.65
Hex BB AF 90 0 6 17 1B 2B 18 41
Octal 273 257 220 0 6 27 33 53 30 101
Binary 10111011 10101111 10010000 0 110 10111 11011 101011 11000 1000001

Color Harmonies of #BBAF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF90

Black with #BBAF90

Text Example


Text Example

White with #BBAF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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