Html Css Color HEX #B3817C Brandy Rose

📋 copy color: '#B3817C'

red 179 ◦ green 129 ◦ blue 124

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

Shades of Brandy Rose #B3817C

Tints of Brandy Rose #B3817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.86%

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

R = 41.44%
G = 29.86%
B = 28.7%

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

#B3817C (or 0xB3817C) is known color: Brandy Rose. HEX triplet: B3, 81 and 7C. RGB value is (179,129,124). Sum of RGB (Red+Green+Blue) = 179+129+124=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B3817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3817C is #4C7E83. Grayscale: #8F8F8F. Windows color (decimal): -5013124 or 8159667. OLE color: 8159667.

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

Color convert

RGB 179 129 124 -
CMYK 0 0.28 0.31 0.30
HSL 5.45º 0.27% 0.59% -
HSV(B) 5.45º 0.31% 0.7% -
XYZ 30.08 26.74 22.64 -
YUV 143.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 179 129 124 0 0.28 0.31 0.30 5.45 0.27 0.59
Hex B3 81 7C 0 1C 1F 1E 5 1B 3B
Octal 263 201 174 0 34 37 36 5 33 73
Binary 10110011 10000001 1111100 0 11100 11111 11110 101 11011 111011

Color Harmonies of #B3817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3817C

Black with #B3817C

Text Example


Text Example

White with #B3817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3817C; }

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

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

background-color css

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

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

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

border-color css

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

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

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