Html Css Color HEX #BB877E Brandy Rose

📋 copy color: '#BB877E'

red 187 ◦ green 135 ◦ blue 126

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

Shades of Brandy Rose #BB877E

Tints of Brandy Rose #BB877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.13%

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 41.74%
G = 30.13%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB877E (or 0xBB877E) is known color: Brandy Rose. HEX triplet: BB, 87 and 7E. RGB value is (187,135,126). Sum of RGB (Red+Green+Blue) = 187+135+126=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB877E is #447881. Grayscale: #959595. Windows color (decimal): -4487298 or 8292283. OLE color: 8292283.

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

Color convert

RGB 187 135 126 -
CMYK 0 0.28 0.33 0.27
HSL 8.85º 0.31% 0.61% -
HSV(B) 8.85º 0.33% 0.73% -
XYZ 32.92 29.4 23.68 -
YUV 149.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 187 135 126 0 0.28 0.33 0.27 8.85 0.31 0.61
Hex BB 87 7E 0 1C 21 1B 9 1F 3D
Octal 273 207 176 0 34 41 33 11 37 75
Binary 10111011 10000111 1111110 0 11100 100001 11011 1001 11111 111101

Color Harmonies of #BB877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB877E

Black with #BB877E

Text Example


Text Example

White with #BB877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB877E; }

 p { color: rgb(187,135,126); }

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

background-color css

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

 a { background-color: rgb(187,135,126); }

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

border-color css

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

 span { border-color: rgb(187,135,126); }

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