Html Css Color HEX #BB867F Brandy Rose

📋 copy color: '#BB867F'

red 187 ◦ green 134 ◦ blue 127

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

Shades of Brandy Rose #BB867F

Tints of Brandy Rose #BB867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.91%

 BLUE value IS 127 (50% from 255) = 28.35%

R = 41.74%
G = 29.91%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB867F (or 0xBB867F) is known color: Brandy Rose. HEX triplet: BB, 86 and 7F. RGB value is (187,134,127). Sum of RGB (Red+Green+Blue) = 187+134+127=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB867F is #447980. Grayscale: #959595. Windows color (decimal): -4487553 or 8357563. OLE color: 8357563.

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

Color convert

RGB 187 134 127 -
CMYK 0 0.28 0.32 0.27
HSL 0.31% 0.62% -
HSV(B) 0.32% 0.73% -
XYZ 32.85 29.15 23.97 -
YUV 149.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 187 134 127 0 0.28 0.32 0.27 7 0.31 0.62
Hex BB 86 7F 0 1C 20 1B 7 1F 3E
Octal 273 206 177 0 34 40 33 7 37 76
Binary 10111011 10000110 1111111 0 11100 100000 11011 111 11111 111110

Color Harmonies of #BB867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB867F

Black with #BB867F

Text Example


Text Example

White with #BB867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB867F; }

 p { color: rgb(187,134,127); }

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

background-color css

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

 a { background-color: rgb(187,134,127); }

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

border-color css

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

 span { border-color: rgb(187,134,127); }

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