Html Css Color HEX #BB846D Brandy Rose

📋 copy color: '#BB846D'

red 187 ◦ green 132 ◦ blue 109

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

Shades of Brandy Rose #BB846D

Tints of Brandy Rose #BB846D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.47%

R = 43.69%
G = 30.84%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB846D (or 0xBB846D) is known color: Brandy Rose. HEX triplet: BB, 84 and 6D. RGB value is (187,132,109). Sum of RGB (Red+Green+Blue) = 187+132+109=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB846D is #447B92. Grayscale: #919191. Windows color (decimal): -4488083 or 7177403. OLE color: 7177403.

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

Color convert

RGB 187 132 109 -
CMYK 0 0.29 0.42 0.27
HSL 17.69º 0.36% 0.58% -
HSV(B) 17.69º 0.42% 0.73% -
XYZ 31.51 28.17 18.25 -
YUV 145.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 187 132 109 0 0.29 0.42 0.27 17.69 0.36 0.58
Hex BB 84 6D 0 1D 2A 1B 12 24 3A
Octal 273 204 155 0 35 52 33 22 44 72
Binary 10111011 10000100 1101101 0 11101 101010 11011 10010 100100 111010

Color Harmonies of #BB846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB846D

Black with #BB846D

Text Example


Text Example

White with #BB846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB846D; }

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

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

background-color css

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

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

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

border-color css

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

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

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