Html Css Color HEX #BB896F Brandy Rose

📋 copy color: '#BB896F'

red 187 ◦ green 137 ◦ blue 111

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

Shades of Brandy Rose #BB896F

Tints of Brandy Rose #BB896F

RGB

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

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

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

R = 42.99%
G = 31.49%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB896F (or 0xBB896F) is known color: Brandy Rose. HEX triplet: BB, 89 and 6F. RGB value is (187,137,111). Sum of RGB (Red+Green+Blue) = 187+137+111=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB896F is #447690. Grayscale: #959595. Windows color (decimal): -4486801 or 7309755. OLE color: 7309755.

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

Color convert

RGB 187 137 111 -
CMYK 0 0.27 0.41 0.27
HSL 20.53º 0.36% 0.58% -
HSV(B) 20.53º 0.41% 0.73% -
XYZ 32.31 29.6 19.05 -
YUV 148.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 187 137 111 0 0.27 0.41 0.27 20.53 0.36 0.58
Hex BB 89 6F 0 1B 29 1B 15 24 3A
Octal 273 211 157 0 33 51 33 25 44 72
Binary 10111011 10001001 1101111 0 11011 101001 11011 10101 100100 111010

Color Harmonies of #BB896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB896F

Black with #BB896F

Text Example


Text Example

White with #BB896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB896F; }

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

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

background-color css

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

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

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

border-color css

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

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

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