Html Css Color HEX #B3867D Brandy Rose

📋 copy color: '#B3867D'

red 179 ◦ green 134 ◦ blue 125

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

Shades of Brandy Rose #B3867D

Tints of Brandy Rose #B3867D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 40.87%
G = 30.59%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3867D (or 0xB3867D) is known color: Brandy Rose. HEX triplet: B3, 86 and 7D. RGB value is (179,134,125). Sum of RGB (Red+Green+Blue) = 179+134+125=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3867D is #4C7982. Grayscale: #929292. Windows color (decimal): -5011843 or 8226483. OLE color: 8226483.

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

Color convert

RGB 179 134 125 -
CMYK 0 0.25 0.30 0.30
HSL 10º 0.26% 0.6% -
HSV(B) 10º 0.3% 0.7% -
XYZ 30.82 28.11 23.2 -
YUV 146.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 179 134 125 0 0.25 0.30 0.30 10 0.26 0.6
Hex B3 86 7D 0 19 1E 1E A 1A 3C
Octal 263 206 175 0 31 36 36 12 32 74
Binary 10110011 10000110 1111101 0 11001 11110 11110 1010 11010 111100

Color Harmonies of #B3867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3867D

Black with #B3867D

Text Example


Text Example

White with #B3867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3867D; }

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

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

background-color css

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

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

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

border-color css

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

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

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