Html Css Color HEX #BB846F Brandy Rose

📋 copy color: '#BB846F'

red 187 ◦ green 132 ◦ blue 111

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

Shades of Brandy Rose #BB846F

Tints of Brandy Rose #BB846F

RGB

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

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

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

R = 43.49%
G = 30.7%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB846F (or 0xBB846F) is known color: Brandy Rose. HEX triplet: BB, 84 and 6F. RGB value is (187,132,111). Sum of RGB (Red+Green+Blue) = 187+132+111=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB846F is #447B90. Grayscale: #929292. Windows color (decimal): -4488081 or 7308475. OLE color: 7308475.

HSL color Cylindrical-coordinate representation of color #BB846F: hue angle of 16.58º 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 #BB846F is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 111 -
CMYK 0 0.29 0.41 0.27
HSL 16.58º 0.36% 0.58% -
HSV(B) 16.58º 0.41% 0.73% -
XYZ 31.61 28.22 18.82 -
YUV 146.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 187 132 111 0 0.29 0.41 0.27 16.58 0.36 0.58
Hex BB 84 6F 0 1D 29 1B 11 24 3A
Octal 273 204 157 0 35 51 33 21 44 72
Binary 10111011 10000100 1101111 0 11101 101001 11011 10001 100100 111010

Color Harmonies of #BB846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB846F

Black with #BB846F

Text Example


Text Example

White with #BB846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB846F; }

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

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

background-color css

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

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

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

border-color css

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

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

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