Html Css Color HEX #BB896B Brandy Rose

📋 copy color: '#BB896B'

red 187 ◦ green 137 ◦ blue 107

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

Shades of Brandy Rose #BB896B

Tints of Brandy Rose #BB896B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.83%

R = 43.39%
G = 31.79%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB896B (or 0xBB896B) is known color: Brandy Rose. HEX triplet: BB, 89 and 6B. RGB value is (187,137,107). Sum of RGB (Red+Green+Blue) = 187+137+107=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB896B is #447694. Grayscale: #949494. Windows color (decimal): -4486805 or 7047611. OLE color: 7047611.

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

Color convert

RGB 187 137 107 -
CMYK 0 0.27 0.43 0.27
HSL 22.5º 0.37% 0.58% -
HSV(B) 22.5º 0.43% 0.73% -
XYZ 32.09 29.52 17.92 -
YUV 148.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 187 137 107 0 0.27 0.43 0.27 22.5 0.37 0.58
Hex BB 89 6B 0 1B 2B 1B 16 25 3A
Octal 273 211 153 0 33 53 33 26 45 72
Binary 10111011 10001001 1101011 0 11011 101011 11011 10110 100101 111010

Color Harmonies of #BB896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB896B

Black with #BB896B

Text Example


Text Example

White with #BB896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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