Html Css Color HEX #B3827F Brandy Rose

📋 copy color: '#B3827F'

red 179 ◦ green 130 ◦ blue 127

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

Shades of Brandy Rose #B3827F

Tints of Brandy Rose #B3827F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.13%

R = 41.06%
G = 29.82%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3827F (or 0xB3827F) is known color: Brandy Rose. HEX triplet: B3, 82 and 7F. RGB value is (179,130,127). Sum of RGB (Red+Green+Blue) = 179+130+127=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B3827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3827F is #4C7D80. Grayscale: #909090. Windows color (decimal): -5012865 or 8356531. OLE color: 8356531.

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

Color convert

RGB 179 130 127 -
CMYK 0 0.27 0.29 0.30
HSL 3.46º 0.25% 0.6% -
HSV(B) 3.46º 0.29% 0.7% -
XYZ 30.4 27.08 23.7 -
YUV 144.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 179 130 127 0 0.27 0.29 0.30 3.46 0.25 0.6
Hex B3 82 7F 0 1B 1D 1E 3 19 3C
Octal 263 202 177 0 33 35 36 3 31 74
Binary 10110011 10000010 1111111 0 11011 11101 11110 11 11001 111100

Color Harmonies of #B3827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3827F

Black with #B3827F

Text Example


Text Example

White with #B3827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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