Html Css Color HEX #BB8481 Brandy Rose

📋 copy color: '#BB8481'

red 187 ◦ green 132 ◦ blue 129

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

Shades of Brandy Rose #BB8481

Tints of Brandy Rose #BB8481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.46%

 BLUE value IS 129 (50.78% from 255) = 28.79%

R = 41.74%
G = 29.46%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB8481 (or 0xBB8481) is known color: Brandy Rose. HEX triplet: BB, 84 and 81. RGB value is (187,132,129). Sum of RGB (Red+Green+Blue) = 187+132+129=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8481 is #447B7E. Grayscale: #949494. Windows color (decimal): -4488063 or 8488123. OLE color: 8488123.

HSL color Cylindrical-coordinate representation of color #BB8481: hue angle of 3.1º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB8481 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 129 -
CMYK 0 0.29 0.31 0.27
HSL 3.1º 0.3% 0.62% -
HSV(B) 3.1º 0.31% 0.73% -
XYZ 32.71 28.65 24.58 -
YUV 148.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 187 132 129 0 0.29 0.31 0.27 3.1 0.3 0.62
Hex BB 84 81 0 1D 1F 1B 3 1E 3E
Octal 273 204 201 0 35 37 33 3 36 76
Binary 10111011 10000100 10000001 0 11101 11111 11011 11 11110 111110

Color Harmonies of #BB8481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8481

Black with #BB8481

Text Example


Text Example

White with #BB8481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8481; }

 p { color: rgb(187,132,129); }

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

background-color css

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

 a { background-color: rgb(187,132,129); }

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

border-color css

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

 span { border-color: rgb(187,132,129); }

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