Html Css Color HEX #B4837C Brandy Rose

📋 copy color: '#B4837C'

red 180 ◦ green 131 ◦ blue 124

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

Shades of Brandy Rose #B4837C

Tints of Brandy Rose #B4837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.11%

 BLUE value IS 124 (48.83% from 255) = 28.51%

R = 41.38%
G = 30.11%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4837C (or 0xB4837C) is known color: Brandy Rose. HEX triplet: B4, 83 and 7C. RGB value is (180,131,124). Sum of RGB (Red+Green+Blue) = 180+131+124=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4837C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4837C is #4B7C83. Grayscale: #909090. Windows color (decimal): -4947076 or 8160180. OLE color: 8160180.

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

Color convert

RGB 180 131 124 -
CMYK 0 0.27 0.31 0.29
HSL 7.5º 0.27% 0.6% -
HSV(B) 7.5º 0.31% 0.71% -
XYZ 30.58 27.39 22.74 -
YUV 144.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 180 131 124 0 0.27 0.31 0.29 7.5 0.27 0.6
Hex B4 83 7C 0 1B 1F 1D 8 1B 3C
Octal 264 203 174 0 33 37 35 10 33 74
Binary 10110100 10000011 1111100 0 11011 11111 11101 1000 11011 111100

Color Harmonies of #B4837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4837C

Black with #B4837C

Text Example


Text Example

White with #B4837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4837C; }

 p { color: rgb(180,131,124); }

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

background-color css

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

 a { background-color: rgb(180,131,124); }

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

border-color css

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

 span { border-color: rgb(180,131,124); }

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