Html Css Color HEX #B48379 Brandy Rose

📋 copy color: '#B48379'

red 180 ◦ green 131 ◦ blue 121

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

Shades of Brandy Rose #B48379

Tints of Brandy Rose #B48379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.32%

 BLUE value IS 121 (47.66% from 255) = 28.01%

R = 41.67%
G = 30.32%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B48379 (or 0xB48379) is known color: Brandy Rose. HEX triplet: B4, 83 and 79. RGB value is (180,131,121). Sum of RGB (Red+Green+Blue) = 180+131+121=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B48379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48379 is #4B7C86. Grayscale: #909090. Windows color (decimal): -4947079 or 7963572. OLE color: 7963572.

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

Color convert

RGB 180 131 121 -
CMYK 0 0.27 0.33 0.29
HSL 10.17º 0.28% 0.59% -
HSV(B) 10.17º 0.33% 0.71% -
XYZ 30.39 27.32 21.76 -
YUV 144.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 180 131 121 0 0.27 0.33 0.29 10.17 0.28 0.59
Hex B4 83 79 0 1B 21 1D A 1C 3B
Octal 264 203 171 0 33 41 35 12 34 73
Binary 10110100 10000011 1111001 0 11011 100001 11101 1010 11100 111011

Color Harmonies of #B48379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48379

Black with #B48379

Text Example


Text Example

White with #B48379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48379; }

 p { color: rgb(180,131,121); }

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

background-color css

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

 a { background-color: rgb(180,131,121); }

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

border-color css

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

 span { border-color: rgb(180,131,121); }

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