Html Css Color HEX #B48574 Brandy Rose

📋 copy color: '#B48574'

red 180 ◦ green 133 ◦ blue 116

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

Shades of Brandy Rose #B48574

Tints of Brandy Rose #B48574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31%

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 41.96%
G = 31%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B48574 (or 0xB48574) is known color: Brandy Rose. HEX triplet: B4, 85 and 74. RGB value is (180,133,116). Sum of RGB (Red+Green+Blue) = 180+133+116=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B48574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48574 is #4B7A8B. Grayscale: #919191. Windows color (decimal): -4946572 or 7636404. OLE color: 7636404.

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

Color convert

RGB 180 133 116 -
CMYK 0 0.26 0.36 0.29
HSL 15.94º 0.3% 0.58% -
HSV(B) 15.94º 0.36% 0.71% -
XYZ 30.36 27.74 20.28 -
YUV 145.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 180 133 116 0 0.26 0.36 0.29 15.94 0.3 0.58
Hex B4 85 74 0 1A 24 1D 10 1E 3A
Octal 264 205 164 0 32 44 35 20 36 72
Binary 10110100 10000101 1110100 0 11010 100100 11101 10000 11110 111010

Color Harmonies of #B48574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48574

Black with #B48574

Text Example


Text Example

White with #B48574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48574; }

 p { color: rgb(180,133,116); }

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

background-color css

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

 a { background-color: rgb(180,133,116); }

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

border-color css

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

 span { border-color: rgb(180,133,116); }

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