Html Css Color HEX #B4847F Brandy Rose

📋 copy color: '#B4847F'

red 180 ◦ green 132 ◦ blue 127

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

Shades of Brandy Rose #B4847F

Tints of Brandy Rose #B4847F

RGB

 RED value IS 180 (70.7% from 255) = 41%

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

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

R = 41%
G = 30.07%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4847F (or 0xB4847F) is known color: Brandy Rose. HEX triplet: B4, 84 and 7F. RGB value is (180,132,127). Sum of RGB (Red+Green+Blue) = 180+132+127=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4847F is #4B7B80. Grayscale: #919191. Windows color (decimal): -4946817 or 8357044. OLE color: 8357044.

HSL color Cylindrical-coordinate representation of color #B4847F: hue angle of 5.66º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4847F is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 132 127 -
CMYK 0 0.27 0.29 0.29
HSL 5.66º 0.26% 0.6% -
HSV(B) 5.66º 0.29% 0.71% -
XYZ 30.9 27.74 23.8 -
YUV 145.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 180 132 127 0 0.27 0.29 0.29 5.66 0.26 0.6
Hex B4 84 7F 0 1B 1D 1D 6 1A 3C
Octal 264 204 177 0 33 35 35 6 32 74
Binary 10110100 10000100 1111111 0 11011 11101 11101 110 11010 111100

Color Harmonies of #B4847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4847F

Black with #B4847F

Text Example


Text Example

White with #B4847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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