Html Css Color HEX #BB8D8B Rosy Brown

📋 copy color: '#BB8D8B'

red 187 ◦ green 141 ◦ blue 139

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

Shades of Rosy Brown #BB8D8B

Tints of Rosy Brown #BB8D8B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.19%

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

R = 40.04%
G = 30.19%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB8D8B (or 0xBB8D8B) is known color: Rosy Brown. HEX triplet: BB, 8D and 8B. RGB value is (187,141,139). Sum of RGB (Red+Green+Blue) = 187+141+139=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8D8B is #447274. Grayscale: #9A9A9A. Windows color (decimal): -4485749 or 9145787. OLE color: 9145787.

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

Color convert

RGB 187 141 139 -
CMYK 0 0.25 0.26 0.27
HSL 2.5º 0.26% 0.64% -
HSV(B) 2.5º 0.26% 0.73% -
XYZ 34.68 31.48 28.67 -
YUV 154.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 187 141 139 0 0.25 0.26 0.27 2.5 0.26 0.64
Hex BB 8D 8B 0 19 1A 1B 2 1A 40
Octal 273 215 213 0 31 32 33 2 32 100
Binary 10111011 10001101 10001011 0 11001 11010 11011 10 11010 1000000

Color Harmonies of #BB8D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D8B

Black with #BB8D8B

Text Example


Text Example

White with #BB8D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D8B; }

 p { color: rgb(187,141,139); }

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

background-color css

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

 a { background-color: rgb(187,141,139); }

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

border-color css

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

 span { border-color: rgb(187,141,139); }

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