Html Css Color HEX #B48570 Brandy Rose

📋 copy color: '#B48570'

red 180 ◦ green 133 ◦ blue 112

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

Shades of Brandy Rose #B48570

Tints of Brandy Rose #B48570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.29%

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 42.35%
G = 31.29%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B48570 (or 0xB48570) is known color: Brandy Rose. HEX triplet: B4, 85 and 70. RGB value is (180,133,112). Sum of RGB (Red+Green+Blue) = 180+133+112=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B48570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48570 is #4B7A8F. Grayscale: #909090. Windows color (decimal): -4946576 or 7374260. OLE color: 7374260.

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

Color convert

RGB 180 133 112 -
CMYK 0 0.26 0.38 0.29
HSL 18.53º 0.31% 0.57% -
HSV(B) 18.53º 0.38% 0.71% -
XYZ 30.13 27.65 19.08 -
YUV 144.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 180 133 112 0 0.26 0.38 0.29 18.53 0.31 0.57
Hex B4 85 70 0 1A 26 1D 13 1F 39
Octal 264 205 160 0 32 46 35 23 37 71
Binary 10110100 10000101 1110000 0 11010 100110 11101 10011 11111 111001

Color Harmonies of #B48570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48570

Black with #B48570

Text Example


Text Example

White with #B48570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48570; }

 p { color: rgb(180,133,112); }

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

background-color css

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

 a { background-color: rgb(180,133,112); }

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

border-color css

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

 span { border-color: rgb(180,133,112); }

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