Html Css Color HEX #B48172 Brandy Rose

📋 copy color: '#B48172'

red 180 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #B48172

Tints of Brandy Rose #B48172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 42.55%
G = 30.5%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B48172 (or 0xB48172) is known color: Brandy Rose. HEX triplet: B4, 81 and 72. RGB value is (180,129,114). Sum of RGB (Red+Green+Blue) = 180+129+114=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B48172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48172 is #4B7E8D. Grayscale: #8E8E8E. Windows color (decimal): -4947598 or 7504308. OLE color: 7504308.

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

Color convert

RGB 180 129 114 -
CMYK 0 0.28 0.37 0.29
HSL 13.64º 0.31% 0.58% -
HSV(B) 13.64º 0.37% 0.71% -
XYZ 29.71 26.62 19.49 -
YUV 142.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 180 129 114 0 0.28 0.37 0.29 13.64 0.31 0.58
Hex B4 81 72 0 1C 25 1D E 1F 3A
Octal 264 201 162 0 34 45 35 16 37 72
Binary 10110100 10000001 1110010 0 11100 100101 11101 1110 11111 111010

Color Harmonies of #B48172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48172

Black with #B48172

Text Example


Text Example

White with #B48172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48172; }

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

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

background-color css

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

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

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

border-color css

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

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

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