Html Css Color HEX #BB877D Brandy Rose

📋 copy color: '#BB877D'

red 187 ◦ green 135 ◦ blue 125

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

Shades of Brandy Rose #BB877D

Tints of Brandy Rose #BB877D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 41.83%
G = 30.2%
B = 27.96%

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

#BB877D (or 0xBB877D) is known color: Brandy Rose. HEX triplet: BB, 87 and 7D. RGB value is (187,135,125). Sum of RGB (Red+Green+Blue) = 187+135+125=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB877D is #447882. Grayscale: #959595. Windows color (decimal): -4487299 or 8226747. OLE color: 8226747.

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

Color convert

RGB 187 135 125 -
CMYK 0 0.28 0.33 0.27
HSL 9.68º 0.31% 0.61% -
HSV(B) 9.68º 0.33% 0.73% -
XYZ 32.86 29.37 23.34 -
YUV 149.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 187 135 125 0 0.28 0.33 0.27 9.68 0.31 0.61
Hex BB 87 7D 0 1C 21 1B A 1F 3D
Octal 273 207 175 0 34 41 33 12 37 75
Binary 10111011 10000111 1111101 0 11100 100001 11011 1010 11111 111101

Color Harmonies of #BB877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB877D

Black with #BB877D

Text Example


Text Example

White with #BB877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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