Html Css Color HEX #B3807C Brandy Rose

📋 copy color: '#B3807C'

red 179 ◦ green 128 ◦ blue 124

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

Shades of Brandy Rose #B3807C

Tints of Brandy Rose #B3807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.7%

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

R = 41.53%
G = 29.7%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3807C (or 0xB3807C) is known color: Brandy Rose. HEX triplet: B3, 80 and 7C. RGB value is (179,128,124). Sum of RGB (Red+Green+Blue) = 179+128+124=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B3807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3807C is #4C7F83. Grayscale: #8E8E8E. Windows color (decimal): -5013380 or 8159411. OLE color: 8159411.

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

Color convert

RGB 179 128 124 -
CMYK 0 0.28 0.31 0.30
HSL 4.36º 0.27% 0.59% -
HSV(B) 4.36º 0.31% 0.7% -
XYZ 29.95 26.48 22.6 -
YUV 142.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 179 128 124 0 0.28 0.31 0.30 4.36 0.27 0.59
Hex B3 80 7C 0 1C 1F 1E 4 1B 3B
Octal 263 200 174 0 34 37 36 4 33 73
Binary 10110011 10000000 1111100 0 11100 11111 11110 100 11011 111011

Color Harmonies of #B3807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3807C

Black with #B3807C

Text Example


Text Example

White with #B3807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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