Html Css Color HEX #B48274 Brandy Rose

📋 copy color: '#B48274'

red 180 ◦ green 130 ◦ blue 116

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

Shades of Brandy Rose #B48274

Tints of Brandy Rose #B48274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.23%

R = 42.25%
G = 30.52%
B = 27.23%

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

#B48274 (or 0xB48274) is known color: Brandy Rose. HEX triplet: B4, 82 and 74. RGB value is (180,130,116). Sum of RGB (Red+Green+Blue) = 180+130+116=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B48274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48274 is #4B7D8B. Grayscale: #8F8F8F. Windows color (decimal): -4947340 or 7635636. OLE color: 7635636.

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

Color convert

RGB 180 130 116 -
CMYK 0 0.28 0.36 0.29
HSL 13.13º 0.3% 0.58% -
HSV(B) 13.13º 0.36% 0.71% -
XYZ 29.96 26.93 20.14 -
YUV 143.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 180 130 116 0 0.28 0.36 0.29 13.13 0.3 0.58
Hex B4 82 74 0 1C 24 1D D 1E 3A
Octal 264 202 164 0 34 44 35 15 36 72
Binary 10110100 10000010 1110100 0 11100 100100 11101 1101 11110 111010

Color Harmonies of #B48274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48274

Black with #B48274

Text Example


Text Example

White with #B48274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48274; }

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

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

background-color css

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

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

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

border-color css

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

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

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