Html Css Color HEX #B2867A Brandy Rose

📋 copy color: '#B2867A'

red 178 ◦ green 134 ◦ blue 122

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

Shades of Brandy Rose #B2867A

Tints of Brandy Rose #B2867A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 41.01%
G = 30.88%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2867A (or 0xB2867A) is known color: Brandy Rose. HEX triplet: B2, 86 and 7A. RGB value is (178,134,122). Sum of RGB (Red+Green+Blue) = 178+134+122=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2867A is #4D7985. Grayscale: #919191. Windows color (decimal): -5077382 or 8029874. OLE color: 8029874.

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

Color convert

RGB 178 134 122 -
CMYK 0 0.25 0.31 0.30
HSL 12.86º 0.27% 0.59% -
HSV(B) 12.86º 0.31% 0.7% -
XYZ 30.4 27.92 22.2 -
YUV 145.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 178 134 122 0 0.25 0.31 0.30 12.86 0.27 0.59
Hex B2 86 7A 0 19 1F 1E D 1B 3B
Octal 262 206 172 0 31 37 36 15 33 73
Binary 10110010 10000110 1111010 0 11001 11111 11110 1101 11011 111011

Color Harmonies of #B2867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2867A

Black with #B2867A

Text Example


Text Example

White with #B2867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2867A; }

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

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

background-color css

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

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

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

border-color css

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

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

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