Html Css Color HEX #B3827C Brandy Rose

📋 copy color: '#B3827C'

red 179 ◦ green 130 ◦ blue 124

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

Shades of Brandy Rose #B3827C

Tints of Brandy Rose #B3827C

RGB

 RED value IS 179 (70.31% from 255) = 41.34%

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

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

R = 41.34%
G = 30.02%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3827C (or 0xB3827C) is known color: Brandy Rose. HEX triplet: B3, 82 and 7C. RGB value is (179,130,124). Sum of RGB (Red+Green+Blue) = 179+130+124=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3827C is #4C7D83. Grayscale: #909090. Windows color (decimal): -5012868 or 8159923. OLE color: 8159923.

HSL color Cylindrical-coordinate representation of color #B3827C: hue angle of 6.55º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3827C is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 130 124 -
CMYK 0 0.27 0.31 0.30
HSL 6.55º 0.27% 0.59% -
HSV(B) 6.55º 0.31% 0.7% -
XYZ 30.21 27 22.69 -
YUV 143.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 179 130 124 0 0.27 0.31 0.30 6.55 0.27 0.59
Hex B3 82 7C 0 1B 1F 1E 7 1B 3B
Octal 263 202 174 0 33 37 36 7 33 73
Binary 10110011 10000010 1111100 0 11011 11111 11110 111 11011 111011

Color Harmonies of #B3827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3827C

Black with #B3827C

Text Example


Text Example

White with #B3827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3827C; }

 p { color: rgb(179,130,124); }

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

background-color css

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

 a { background-color: rgb(179,130,124); }

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

border-color css

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

 span { border-color: rgb(179,130,124); }

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