Html Css Color HEX #B2877B Brandy Rose

📋 copy color: '#B2877B'

red 178 ◦ green 135 ◦ blue 123

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

Shades of Brandy Rose #B2877B

Tints of Brandy Rose #B2877B

RGB

 RED value IS 178 (69.92% from 255) = 40.83%

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

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

R = 40.83%
G = 30.96%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2877B (or 0xB2877B) is known color: Brandy Rose. HEX triplet: B2, 87 and 7B. RGB value is (178,135,123). Sum of RGB (Red+Green+Blue) = 178+135+123=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2877B is #4D7884. Grayscale: #929292. Windows color (decimal): -5077125 or 8095666. OLE color: 8095666.

HSL color Cylindrical-coordinate representation of color #B2877B: hue angle of 13.09º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2877B is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 135 123 -
CMYK 0 0.24 0.31 0.30
HSL 13.09º 0.26% 0.59% -
HSV(B) 13.09º 0.31% 0.7% -
XYZ 30.6 28.22 22.57 -
YUV 146.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 178 135 123 0 0.24 0.31 0.30 13.09 0.26 0.59
Hex B2 87 7B 0 18 1F 1E D 1A 3B
Octal 262 207 173 0 30 37 36 15 32 73
Binary 10110010 10000111 1111011 0 11000 11111 11110 1101 11010 111011

Color Harmonies of #B2877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2877B

Black with #B2877B

Text Example


Text Example

White with #B2877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2877B; }

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

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

background-color css

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

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

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

border-color css

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

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

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