Html Css Color HEX #B4847A Brandy Rose

📋 copy color: '#B4847A'

red 180 ◦ green 132 ◦ blue 122

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

Shades of Brandy Rose #B4847A

Tints of Brandy Rose #B4847A

RGB

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

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

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

R = 41.47%
G = 30.41%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4847A (or 0xB4847A) is known color: Brandy Rose. HEX triplet: B4, 84 and 7A. RGB value is (180,132,122). Sum of RGB (Red+Green+Blue) = 180+132+122=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4847A is #4B7B85. Grayscale: #919191. Windows color (decimal): -4946822 or 8029364. OLE color: 8029364.

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

Color convert

RGB 180 132 122 -
CMYK 0 0.27 0.32 0.29
HSL 10.34º 0.28% 0.59% -
HSV(B) 10.34º 0.32% 0.71% -
XYZ 30.59 27.61 22.13 -
YUV 145.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 180 132 122 0 0.27 0.32 0.29 10.34 0.28 0.59
Hex B4 84 7A 0 1B 20 1D A 1C 3B
Octal 264 204 172 0 33 40 35 12 34 73
Binary 10110100 10000100 1111010 0 11011 100000 11101 1010 11100 111011

Color Harmonies of #B4847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4847A

Black with #B4847A

Text Example


Text Example

White with #B4847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4847A; }

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

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

background-color css

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

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

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

border-color css

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

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

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