Html Css Color HEX #B48D7D Brandy Rose

📋 copy color: '#B48D7D'

red 180 ◦ green 141 ◦ blue 125

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

Shades of Brandy Rose #B48D7D

Tints of Brandy Rose #B48D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.61%

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 40.36%
G = 31.61%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B48D7D (or 0xB48D7D) is known color: Brandy Rose. HEX triplet: B4, 8D and 7D. RGB value is (180,141,125). Sum of RGB (Red+Green+Blue) = 180+141+125=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D7D is #4B7282. Grayscale: #969696. Windows color (decimal): -4944515 or 8228276. OLE color: 8228276.

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

Color convert

RGB 180 141 125 -
CMYK 0 0.22 0.31 0.29
HSL 17.45º 0.27% 0.6% -
HSV(B) 17.45º 0.31% 0.71% -
XYZ 32.05 30.23 23.55 -
YUV 150.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 180 141 125 0 0.22 0.31 0.29 17.45 0.27 0.6
Hex B4 8D 7D 0 16 1F 1D 11 1B 3C
Octal 264 215 175 0 26 37 35 21 33 74
Binary 10110100 10001101 1111101 0 10110 11111 11101 10001 11011 111100

Color Harmonies of #B48D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D7D

Black with #B48D7D

Text Example


Text Example

White with #B48D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D7D; }

 p { color: rgb(180,141,125); }

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

background-color css

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

 a { background-color: rgb(180,141,125); }

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

border-color css

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

 span { border-color: rgb(180,141,125); }

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