Html Css Color HEX #B48276 Brandy Rose

📋 copy color: '#B48276'

red 180 ◦ green 130 ◦ blue 118

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

Shades of Brandy Rose #B48276

Tints of Brandy Rose #B48276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.37%

 BLUE value IS 118 (46.48% from 255) = 27.57%

R = 42.06%
G = 30.37%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B48276 (or 0xB48276) is known color: Brandy Rose. HEX triplet: B4, 82 and 76. RGB value is (180,130,118). Sum of RGB (Red+Green+Blue) = 180+130+118=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B48276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48276 is #4B7D89. Grayscale: #8F8F8F. Windows color (decimal): -4947338 or 7766708. OLE color: 7766708.

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

Color convert

RGB 180 130 118 -
CMYK 0 0.28 0.34 0.29
HSL 11.61º 0.29% 0.58% -
HSV(B) 11.61º 0.34% 0.71% -
XYZ 30.08 26.98 20.76 -
YUV 143.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 180 130 118 0 0.28 0.34 0.29 11.61 0.29 0.58
Hex B4 82 76 0 1C 22 1D C 1D 3A
Octal 264 202 166 0 34 42 35 14 35 72
Binary 10110100 10000010 1110110 0 11100 100010 11101 1100 11101 111010

Color Harmonies of #B48276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48276

Black with #B48276

Text Example


Text Example

White with #B48276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48276; }

 p { color: rgb(180,130,118); }

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

background-color css

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

 a { background-color: rgb(180,130,118); }

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

border-color css

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

 span { border-color: rgb(180,130,118); }

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