Html Css Color HEX #BB847A Brandy Rose

📋 copy color: '#BB847A'

red 187 ◦ green 132 ◦ blue 122

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

Shades of Brandy Rose #BB847A

Tints of Brandy Rose #BB847A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.66%

R = 42.4%
G = 29.93%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB847A (or 0xBB847A) is known color: Brandy Rose. HEX triplet: BB, 84 and 7A. RGB value is (187,132,122). Sum of RGB (Red+Green+Blue) = 187+132+122=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB847A is #447B85. Grayscale: #939393. Windows color (decimal): -4488070 or 8029371. OLE color: 8029371.

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

Color convert

RGB 187 132 122 -
CMYK 0 0.29 0.35 0.27
HSL 9.23º 0.32% 0.61% -
HSV(B) 9.23º 0.35% 0.73% -
XYZ 32.26 28.47 22.21 -
YUV 147.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 187 132 122 0 0.29 0.35 0.27 9.23 0.32 0.61
Hex BB 84 7A 0 1D 23 1B 9 20 3D
Octal 273 204 172 0 35 43 33 11 40 75
Binary 10111011 10000100 1111010 0 11101 100011 11011 1001 100000 111101

Color Harmonies of #BB847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB847A

Black with #BB847A

Text Example


Text Example

White with #BB847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB847A; }

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

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

background-color css

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

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

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

border-color css

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

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

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