Html Css Color HEX #B48A76 Brandy Rose

📋 copy color: '#B48A76'

red 180 ◦ green 138 ◦ blue 118

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

Shades of Brandy Rose #B48A76

Tints of Brandy Rose #B48A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

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

R = 41.28%
G = 31.65%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B48A76 (or 0xB48A76) is known color: Brandy Rose. HEX triplet: B4, 8A and 76. RGB value is (180,138,118). Sum of RGB (Red+Green+Blue) = 180+138+118=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A76 is #4B7589. Grayscale: #949494. Windows color (decimal): -4945290 or 7768756. OLE color: 7768756.

HSL color Cylindrical-coordinate representation of color #B48A76: hue angle of 19.35º 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 #B48A76 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 138 118 -
CMYK 0 0.23 0.34 0.29
HSL 19.35º 0.29% 0.58% -
HSV(B) 19.35º 0.34% 0.71% -
XYZ 31.18 29.19 21.13 -
YUV 148.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 180 138 118 0 0.23 0.34 0.29 19.35 0.29 0.58
Hex B4 8A 76 0 17 22 1D 13 1D 3A
Octal 264 212 166 0 27 42 35 23 35 72
Binary 10110100 10001010 1110110 0 10111 100010 11101 10011 11101 111010

Color Harmonies of #B48A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A76

Black with #B48A76

Text Example


Text Example

White with #B48A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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