Html Css Color HEX #B48277 Brandy Rose

📋 copy color: '#B48277'

red 180 ◦ green 130 ◦ blue 119

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

Shades of Brandy Rose #B48277

Tints of Brandy Rose #B48277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 41.96%
G = 30.3%
B = 27.74%

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

#B48277 (or 0xB48277) is known color: Brandy Rose. HEX triplet: B4, 82 and 77. RGB value is (180,130,119). Sum of RGB (Red+Green+Blue) = 180+130+119=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B48277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48277 is #4B7D88. Grayscale: #8F8F8F. Windows color (decimal): -4947337 or 7832244. OLE color: 7832244.

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

Color convert

RGB 180 130 119 -
CMYK 0 0.28 0.34 0.29
HSL 10.82º 0.29% 0.59% -
HSV(B) 10.82º 0.34% 0.71% -
XYZ 30.13 27 21.08 -
YUV 143.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 180 130 119 0 0.28 0.34 0.29 10.82 0.29 0.59
Hex B4 82 77 0 1C 22 1D B 1D 3B
Octal 264 202 167 0 34 42 35 13 35 73
Binary 10110100 10000010 1110111 0 11100 100010 11101 1011 11101 111011

Color Harmonies of #B48277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48277

Black with #B48277

Text Example


Text Example

White with #B48277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48277; }

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

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

background-color css

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

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

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

border-color css

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

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

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