Html Css Color HEX #B0BFB5 Loblolly

📋 copy color: '#B0BFB5'

red 176 ◦ green 191 ◦ blue 181

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

Shades of Loblolly #B0BFB5

Tints of Loblolly #B0BFB5

RGB

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

 GREEN value IS 191 (75% from 255) = 34.85%

 BLUE value IS 181 (71.09% from 255) = 33.03%

R = 32.12%
G = 34.85%
B = 33.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#B0BFB5 (or 0xB0BFB5) is known color: Loblolly. HEX triplet: B0, BF and B5. RGB value is (176,191,181). Sum of RGB (Red+Green+Blue) = 176+191+181=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFB5 is #4F404A. Grayscale: #B9B9B9. Windows color (decimal): -5193803 or 11911088. OLE color: 11911088.

HSL color Cylindrical-coordinate representation of color #B0BFB5: hue angle of 140º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0BFB5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 181 -
CMYK 0.08 0 0.05 0.25
HSL 140º 0.1% 0.72% -
HSV(B) 140º 0.08% 0.75% -
XYZ 44.88 49.83 50.97 -
YUV 185.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 176 191 181 0.08 0 0.05 0.25 140 0.1 0.72
Hex B0 BF B5 8 0 5 19 8C A 48
Octal 260 277 265 10 0 5 31 214 12 110
Binary 10110000 10111111 10110101 1000 0 101 11001 10001100 1010 1001000

Color Harmonies of #B0BFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFB5

Black with #B0BFB5

Text Example


Text Example

White with #B0BFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFB5; }

 p { color: rgb(176,191,181); }

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

background-color css

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

 a { background-color: rgb(176,191,181); }

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

border-color css

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

 span { border-color: rgb(176,191,181); }

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