Html Css Color HEX #B3867B Brandy Rose

📋 copy color: '#B3867B'

red 179 ◦ green 134 ◦ blue 123

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

Shades of Brandy Rose #B3867B

Tints of Brandy Rose #B3867B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.21%

R = 41.06%
G = 30.73%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3867B (or 0xB3867B) is known color: Brandy Rose. HEX triplet: B3, 86 and 7B. RGB value is (179,134,123). Sum of RGB (Red+Green+Blue) = 179+134+123=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B3867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3867B is #4C7984. Grayscale: #929292. Windows color (decimal): -5011845 or 8095411. OLE color: 8095411.

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

Color convert

RGB 179 134 123 -
CMYK 0 0.25 0.31 0.30
HSL 11.79º 0.27% 0.59% -
HSV(B) 11.79º 0.31% 0.7% -
XYZ 30.69 28.06 22.54 -
YUV 146.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 179 134 123 0 0.25 0.31 0.30 11.79 0.27 0.59
Hex B3 86 7B 0 19 1F 1E C 1B 3B
Octal 263 206 173 0 31 37 36 14 33 73
Binary 10110011 10000110 1111011 0 11001 11111 11110 1100 11011 111011

Color Harmonies of #B3867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3867B

Black with #B3867B

Text Example


Text Example

White with #B3867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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