Html Css Color HEX #B3817E Brandy Rose

📋 copy color: '#B3817E'

red 179 ◦ green 129 ◦ blue 126

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

Shades of Brandy Rose #B3817E

Tints of Brandy Rose #B3817E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 41.24%
G = 29.72%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3817E (or 0xB3817E) is known color: Brandy Rose. HEX triplet: B3, 81 and 7E. RGB value is (179,129,126). Sum of RGB (Red+Green+Blue) = 179+129+126=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3817E is #4C7E81. Grayscale: #8F8F8F. Windows color (decimal): -5013122 or 8290739. OLE color: 8290739.

HSL color Cylindrical-coordinate representation of color #B3817E: hue angle of 3.4º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3817E is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 129 126 -
CMYK 0 0.28 0.30 0.30
HSL 3.4º 0.26% 0.6% -
HSV(B) 3.4º 0.3% 0.7% -
XYZ 30.21 26.79 23.32 -
YUV 143.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 179 129 126 0 0.28 0.30 0.30 3.4 0.26 0.6
Hex B3 81 7E 0 1C 1E 1E 3 1A 3C
Octal 263 201 176 0 34 36 36 3 32 74
Binary 10110011 10000001 1111110 0 11100 11110 11110 11 11010 111100

Color Harmonies of #B3817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3817E

Black with #B3817E

Text Example


Text Example

White with #B3817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3817E; }

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

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

background-color css

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

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

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

border-color css

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

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

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