Html Css Color HEX #B48178 Brandy Rose

📋 copy color: '#B48178'

red 180 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #B48178

Tints of Brandy Rose #B48178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 41.96%
G = 30.07%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B48178 (or 0xB48178) is known color: Brandy Rose. HEX triplet: B4, 81 and 78. RGB value is (180,129,120). Sum of RGB (Red+Green+Blue) = 180+129+120=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B48178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48178 is #4B7E87. Grayscale: #8F8F8F. Windows color (decimal): -4947592 or 7897524. OLE color: 7897524.

HSL color Cylindrical-coordinate representation of color #B48178: hue angle of 9º degrees, saturation: 0.29, 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 #B48178 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 129 120 -
CMYK 0 0.28 0.33 0.29
HSL 0.29% 0.59% -
HSV(B) 0.33% 0.71% -
XYZ 30.06 26.76 21.35 -
YUV 143.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 180 129 120 0 0.28 0.33 0.29 9 0.29 0.59
Hex B4 81 78 0 1C 21 1D 9 1D 3B
Octal 264 201 170 0 34 41 35 11 35 73
Binary 10110100 10000001 1111000 0 11100 100001 11101 1001 11101 111011

Color Harmonies of #B48178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48178

Black with #B48178

Text Example


Text Example

White with #B48178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48178; }

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

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

background-color css

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

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

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

border-color css

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

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

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