Html Css Color HEX #B3867F Brandy Rose

📋 copy color: '#B3867F'

red 179 ◦ green 134 ◦ blue 127

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

Shades of Brandy Rose #B3867F

Tints of Brandy Rose #B3867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.45%

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

R = 40.68%
G = 30.45%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3867F (or 0xB3867F) is known color: Brandy Rose. HEX triplet: B3, 86 and 7F. RGB value is (179,134,127). Sum of RGB (Red+Green+Blue) = 179+134+127=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3867F is #4C7980. Grayscale: #929292. Windows color (decimal): -5011841 or 8357555. OLE color: 8357555.

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

Color convert

RGB 179 134 127 -
CMYK 0 0.25 0.29 0.30
HSL 8.08º 0.25% 0.6% -
HSV(B) 8.08º 0.29% 0.7% -
XYZ 30.95 28.17 23.88 -
YUV 146.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 179 134 127 0 0.25 0.29 0.30 8.08 0.25 0.6
Hex B3 86 7F 0 19 1D 1E 8 19 3C
Octal 263 206 177 0 31 35 36 10 31 74
Binary 10110011 10000110 1111111 0 11001 11101 11110 1000 11001 111100

Color Harmonies of #B3867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3867F

Black with #B3867F

Text Example


Text Example

White with #B3867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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