Html Css Color HEX #BB897A Brandy Rose

📋 copy color: '#BB897A'

red 187 ◦ green 137 ◦ blue 122

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

Shades of Brandy Rose #BB897A

Tints of Brandy Rose #BB897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.72%

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

R = 41.93%
G = 30.72%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB897A (or 0xBB897A) is known color: Brandy Rose. HEX triplet: BB, 89 and 7A. RGB value is (187,137,122). Sum of RGB (Red+Green+Blue) = 187+137+122=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB897A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB897A is #447685. Grayscale: #969696. Windows color (decimal): -4486790 or 8030651. OLE color: 8030651.

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

Color convert

RGB 187 137 122 -
CMYK 0 0.27 0.35 0.27
HSL 13.85º 0.32% 0.61% -
HSV(B) 13.85º 0.35% 0.73% -
XYZ 32.95 29.86 22.44 -
YUV 150.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 187 137 122 0 0.27 0.35 0.27 13.85 0.32 0.61
Hex BB 89 7A 0 1B 23 1B E 20 3D
Octal 273 211 172 0 33 43 33 16 40 75
Binary 10111011 10001001 1111010 0 11011 100011 11011 1110 100000 111101

Color Harmonies of #BB897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB897A

Black with #BB897A

Text Example


Text Example

White with #BB897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB897A; }

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

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

background-color css

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

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

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

border-color css

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

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

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