Html Css Color HEX #B48978 Brandy Rose

📋 copy color: '#B48978'

red 180 ◦ green 137 ◦ blue 120

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

Shades of Brandy Rose #B48978

Tints of Brandy Rose #B48978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.35%

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

R = 41.19%
G = 31.35%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B48978 (or 0xB48978) is known color: Brandy Rose. HEX triplet: B4, 89 and 78. RGB value is (180,137,120). Sum of RGB (Red+Green+Blue) = 180+137+120=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B48978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48978 is #4B7687. Grayscale: #949494. Windows color (decimal): -4945544 or 7899572. OLE color: 7899572.

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

Color convert

RGB 180 137 120 -
CMYK 0 0.24 0.33 0.29
HSL 17º 0.29% 0.59% -
HSV(B) 17º 0.33% 0.71% -
XYZ 31.16 28.95 21.72 -
YUV 147.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 180 137 120 0 0.24 0.33 0.29 17 0.29 0.59
Hex B4 89 78 0 18 21 1D 11 1D 3B
Octal 264 211 170 0 30 41 35 21 35 73
Binary 10110100 10001001 1111000 0 11000 100001 11101 10001 11101 111011

Color Harmonies of #B48978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48978

Black with #B48978

Text Example


Text Example

White with #B48978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48978; }

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

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

background-color css

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

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

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

border-color css

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

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

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