Html Css Color HEX #B2887B Brandy Rose

📋 copy color: '#B2887B'

red 178 ◦ green 136 ◦ blue 123

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

Shades of Brandy Rose #B2887B

Tints of Brandy Rose #B2887B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.12%

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

R = 40.73%
G = 31.12%
B = 28.15%

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

#B2887B (or 0xB2887B) is known color: Brandy Rose. HEX triplet: B2, 88 and 7B. RGB value is (178,136,123). Sum of RGB (Red+Green+Blue) = 178+136+123=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2887B is #4D7784. Grayscale: #939393. Windows color (decimal): -5076869 or 8095922. OLE color: 8095922.

HSL color Cylindrical-coordinate representation of color #B2887B: hue angle of 14.18º 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 #B2887B is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 123 -
CMYK 0 0.24 0.31 0.30
HSL 14.18º 0.26% 0.59% -
HSV(B) 14.18º 0.31% 0.7% -
XYZ 30.74 28.5 22.62 -
YUV 147.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 178 136 123 0 0.24 0.31 0.30 14.18 0.26 0.59
Hex B2 88 7B 0 18 1F 1E E 1A 3B
Octal 262 210 173 0 30 37 36 16 32 73
Binary 10110010 10001000 1111011 0 11000 11111 11110 1110 11010 111011

Color Harmonies of #B2887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2887B

Black with #B2887B

Text Example


Text Example

White with #B2887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2887B; }

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

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

background-color css

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

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

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

border-color css

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

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

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