Html Css Color HEX #BBA06F Fallow

📋 copy color: '#BBA06F'

red 187 ◦ green 160 ◦ blue 111

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

Shades of Fallow #BBA06F

Tints of Fallow #BBA06F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.93%

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 40.83%
G = 34.93%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BBA06F (or 0xBBA06F) is known color: Fallow. HEX triplet: BB, A0 and 6F. RGB value is (187,160,111). Sum of RGB (Red+Green+Blue) = 187+160+111=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA06F is #445F90. Grayscale: #A2A2A2. Windows color (decimal): -4480913 or 7315643. OLE color: 7315643.

HSL color Cylindrical-coordinate representation of color #BBA06F: hue angle of 38.68º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBA06F is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 111 -
CMYK 0 0.14 0.41 0.27
HSL 38.68º 0.36% 0.58% -
HSV(B) 38.68º 0.41% 0.73% -
XYZ 35.93 36.85 20.26 -
YUV 162.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 187 160 111 0 0.14 0.41 0.27 38.68 0.36 0.58
Hex BB A0 6F 0 E 29 1B 27 24 3A
Octal 273 240 157 0 16 51 33 47 44 72
Binary 10111011 10100000 1101111 0 1110 101001 11011 100111 100100 111010

Color Harmonies of #BBA06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA06F

Black with #BBA06F

Text Example


Text Example

White with #BBA06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA06F; }

 p { color: rgb(187,160,111); }

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

background-color css

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

 a { background-color: rgb(187,160,111); }

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

border-color css

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

 span { border-color: rgb(187,160,111); }

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