Html Css Color HEX #B48479 Brandy Rose

📋 copy color: '#B48479'

red 180 ◦ green 132 ◦ blue 121

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

Shades of Brandy Rose #B48479

Tints of Brandy Rose #B48479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.94%

R = 41.57%
G = 30.48%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B48479 (or 0xB48479) is known color: Brandy Rose. HEX triplet: B4, 84 and 79. RGB value is (180,132,121). Sum of RGB (Red+Green+Blue) = 180+132+121=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B48479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48479 is #4B7B86. Grayscale: #919191. Windows color (decimal): -4946823 or 7963828. OLE color: 7963828.

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

Color convert

RGB 180 132 121 -
CMYK 0 0.27 0.33 0.29
HSL 11.19º 0.28% 0.59% -
HSV(B) 11.19º 0.33% 0.71% -
XYZ 30.52 27.59 21.81 -
YUV 145.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 180 132 121 0 0.27 0.33 0.29 11.19 0.28 0.59
Hex B4 84 79 0 1B 21 1D B 1C 3B
Octal 264 204 171 0 33 41 35 13 34 73
Binary 10110100 10000100 1111001 0 11011 100001 11101 1011 11100 111011

Color Harmonies of #B48479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48479

Black with #B48479

Text Example


Text Example

White with #B48479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48479; }

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

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

background-color css

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

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

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

border-color css

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

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

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