Html Css Color HEX #B8877B Brandy Rose

📋 copy color: '#B8877B'

red 184 ◦ green 135 ◦ blue 123

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

Shades of Brandy Rose #B8877B

Tints of Brandy Rose #B8877B

RGB

 RED value IS 184 (72.27% from 255) = 41.63%

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

 BLUE value IS 123 (48.44% from 255) = 27.83%

R = 41.63%
G = 30.54%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8877B (or 0xB8877B) is known color: Brandy Rose. HEX triplet: B8, 87 and 7B. RGB value is (184,135,123). Sum of RGB (Red+Green+Blue) = 184+135+123=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8877B is #477884. Grayscale: #949494. Windows color (decimal): -4683909 or 8095672. OLE color: 8095672.

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

Color convert

RGB 184 135 123 -
CMYK 0 0.27 0.33 0.28
HSL 11.8º 0.3% 0.6% -
HSV(B) 11.8º 0.33% 0.72% -
XYZ 32.01 28.95 22.64 -
YUV 148.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 184 135 123 0 0.27 0.33 0.28 11.8 0.3 0.6
Hex B8 87 7B 0 1B 21 1C C 1E 3C
Octal 270 207 173 0 33 41 34 14 36 74
Binary 10111000 10000111 1111011 0 11011 100001 11100 1100 11110 111100

Color Harmonies of #B8877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8877B

Black with #B8877B

Text Example


Text Example

White with #B8877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8877B; }

 p { color: rgb(184,135,123); }

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

background-color css

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

 a { background-color: rgb(184,135,123); }

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

border-color css

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

 span { border-color: rgb(184,135,123); }

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