Html Css Color HEX #B2887E Brandy Rose

📋 copy color: '#B2887E'

red 178 ◦ green 136 ◦ blue 126

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

Shades of Brandy Rose #B2887E

Tints of Brandy Rose #B2887E

RGB

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

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

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

R = 40.45%
G = 30.91%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2887E (or 0xB2887E) is known color: Brandy Rose. HEX triplet: B2, 88 and 7E. RGB value is (178,136,126). Sum of RGB (Red+Green+Blue) = 178+136+126=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2887E is #4D7781. Grayscale: #939393. Windows color (decimal): -5076866 or 8292530. OLE color: 8292530.

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

Color convert

RGB 178 136 126 -
CMYK 0 0.24 0.29 0.30
HSL 11.54º 0.25% 0.6% -
HSV(B) 11.54º 0.29% 0.7% -
XYZ 30.93 28.58 23.62 -
YUV 147.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 178 136 126 0 0.24 0.29 0.30 11.54 0.25 0.6
Hex B2 88 7E 0 18 1D 1E C 19 3C
Octal 262 210 176 0 30 35 36 14 31 74
Binary 10110010 10001000 1111110 0 11000 11101 11110 1100 11001 111100

Color Harmonies of #B2887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2887E

Black with #B2887E

Text Example


Text Example

White with #B2887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2887E; }

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

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

background-color css

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

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

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

border-color css

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

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

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