Html Css Color HEX #B0847F Brandy Rose

📋 copy color: '#B0847F'

red 176 ◦ green 132 ◦ blue 127

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

Shades of Brandy Rose #B0847F

Tints of Brandy Rose #B0847F

RGB

 RED value IS 176 (69.14% from 255) = 40.46%

 GREEN value IS 132 (51.95% from 255) = 30.34%

 BLUE value IS 127 (50% from 255) = 29.2%

R = 40.46%
G = 30.34%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0847F (or 0xB0847F) is known color: Brandy Rose. HEX triplet: B0, 84 and 7F. RGB value is (176,132,127). Sum of RGB (Red+Green+Blue) = 176+132+127=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0847F is #4F7B80. Grayscale: #909090. Windows color (decimal): -5208961 or 8357040. OLE color: 8357040.

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

Color convert

RGB 176 132 127 -
CMYK 0 0.25 0.28 0.31
HSL 6.12º 0.24% 0.59% -
HSV(B) 6.12º 0.28% 0.69% -
XYZ 29.99 27.26 23.76 -
YUV 144.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 176 132 127 0 0.25 0.28 0.31 6.12 0.24 0.59
Hex B0 84 7F 0 19 1C 1F 6 18 3B
Octal 260 204 177 0 31 34 37 6 30 73
Binary 10110000 10000100 1111111 0 11001 11100 11111 110 11000 111011

Color Harmonies of #B0847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0847F

Black with #B0847F

Text Example


Text Example

White with #B0847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0847F; }

 p { color: rgb(176,132,127); }

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

background-color css

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

 a { background-color: rgb(176,132,127); }

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

border-color css

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

 span { border-color: rgb(176,132,127); }

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