Html Css Color HEX #B3837E Brandy Rose

📋 copy color: '#B3837E'

red 179 ◦ green 131 ◦ blue 126

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

Shades of Brandy Rose #B3837E

Tints of Brandy Rose #B3837E

RGB

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

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

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

R = 41.06%
G = 30.05%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3837E (or 0xB3837E) is known color: Brandy Rose. HEX triplet: B3, 83 and 7E. RGB value is (179,131,126). Sum of RGB (Red+Green+Blue) = 179+131+126=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B3837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3837E is #4C7C81. Grayscale: #909090. Windows color (decimal): -5012610 or 8291251. OLE color: 8291251.

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

Color convert

RGB 179 131 126 -
CMYK 0 0.27 0.30 0.30
HSL 5.66º 0.26% 0.6% -
HSV(B) 5.66º 0.3% 0.7% -
XYZ 30.47 27.32 23.41 -
YUV 144.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 179 131 126 0 0.27 0.30 0.30 5.66 0.26 0.6
Hex B3 83 7E 0 1B 1E 1E 6 1A 3C
Octal 263 203 176 0 33 36 36 6 32 74
Binary 10110011 10000011 1111110 0 11011 11110 11110 110 11010 111100

Color Harmonies of #B3837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3837E

Black with #B3837E

Text Example


Text Example

White with #B3837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3837E; }

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

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

background-color css

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

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

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

border-color css

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

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

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