Html Css Color HEX #B2867E Brandy Rose

📋 copy color: '#B2867E'

red 178 ◦ green 134 ◦ blue 126

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

Shades of Brandy Rose #B2867E

Tints of Brandy Rose #B2867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.59%

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

R = 40.64%
G = 30.59%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2867E (or 0xB2867E) is known color: Brandy Rose. HEX triplet: B2, 86 and 7E. RGB value is (178,134,126). Sum of RGB (Red+Green+Blue) = 178+134+126=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2867E is #4D7981. Grayscale: #929292. Windows color (decimal): -5077378 or 8292018. OLE color: 8292018.

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

Color convert

RGB 178 134 126 -
CMYK 0 0.25 0.29 0.30
HSL 9.23º 0.25% 0.6% -
HSV(B) 9.23º 0.29% 0.7% -
XYZ 30.65 28.02 23.53 -
YUV 146.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 178 134 126 0 0.25 0.29 0.30 9.23 0.25 0.6
Hex B2 86 7E 0 19 1D 1E 9 19 3C
Octal 262 206 176 0 31 35 36 11 31 74
Binary 10110010 10000110 1111110 0 11001 11101 11110 1001 11001 111100

Color Harmonies of #B2867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2867E

Black with #B2867E

Text Example


Text Example

White with #B2867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2867E; }

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

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

background-color css

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

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

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

border-color css

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

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

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