Html Css Color HEX #B48177 Brandy Rose

📋 copy color: '#B48177'

red 180 ◦ green 129 ◦ blue 119

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

Shades of Brandy Rose #B48177

Tints of Brandy Rose #B48177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.14%

 BLUE value IS 119 (46.88% from 255) = 27.8%

R = 42.06%
G = 30.14%
B = 27.8%

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

#B48177 (or 0xB48177) is known color: Brandy Rose. HEX triplet: B4, 81 and 77. RGB value is (180,129,119). Sum of RGB (Red+Green+Blue) = 180+129+119=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B48177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48177 is #4B7E88. Grayscale: #8F8F8F. Windows color (decimal): -4947593 or 7831988. OLE color: 7831988.

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

Color convert

RGB 180 129 119 -
CMYK 0 0.28 0.34 0.29
HSL 9.84º 0.29% 0.59% -
HSV(B) 9.84º 0.34% 0.71% -
XYZ 30 26.74 21.03 -
YUV 143.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 180 129 119 0 0.28 0.34 0.29 9.84 0.29 0.59
Hex B4 81 77 0 1C 22 1D A 1D 3B
Octal 264 201 167 0 34 42 35 12 35 73
Binary 10110100 10000001 1110111 0 11100 100010 11101 1010 11101 111011

Color Harmonies of #B48177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48177

Black with #B48177

Text Example


Text Example

White with #B48177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48177; }

 p { color: rgb(180,129,119); }

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

background-color css

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

 a { background-color: rgb(180,129,119); }

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

border-color css

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

 span { border-color: rgb(180,129,119); }

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