Html Css Color HEX #B48173 Brandy Rose

📋 copy color: '#B48173'

red 180 ◦ green 129 ◦ blue 115

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

Shades of Brandy Rose #B48173

Tints of Brandy Rose #B48173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.12%

R = 42.45%
G = 30.42%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B48173 (or 0xB48173) is known color: Brandy Rose. HEX triplet: B4, 81 and 73. RGB value is (180,129,115). Sum of RGB (Red+Green+Blue) = 180+129+115=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B48173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48173 is #4B7E8C. Grayscale: #8E8E8E. Windows color (decimal): -4947597 or 7569844. OLE color: 7569844.

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

Color convert

RGB 180 129 115 -
CMYK 0 0.28 0.36 0.29
HSL 12.92º 0.3% 0.58% -
HSV(B) 12.92º 0.36% 0.71% -
XYZ 29.77 26.64 19.79 -
YUV 142.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 180 129 115 0 0.28 0.36 0.29 12.92 0.3 0.58
Hex B4 81 73 0 1C 24 1D D 1E 3A
Octal 264 201 163 0 34 44 35 15 36 72
Binary 10110100 10000001 1110011 0 11100 100100 11101 1101 11110 111010

Color Harmonies of #B48173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48173

Black with #B48173

Text Example


Text Example

White with #B48173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48173; }

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

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

background-color css

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

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

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

border-color css

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

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

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