Html Css Color HEX #B3887D Brandy Rose

📋 copy color: '#B3887D'

red 179 ◦ green 136 ◦ blue 125

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

Shades of Brandy Rose #B3887D

Tints of Brandy Rose #B3887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

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

R = 40.68%
G = 30.91%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3887D (or 0xB3887D) is known color: Brandy Rose. HEX triplet: B3, 88 and 7D. RGB value is (179,136,125). Sum of RGB (Red+Green+Blue) = 179+136+125=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3887D is #4C7782. Grayscale: #939393. Windows color (decimal): -5011331 or 8226995. OLE color: 8226995.

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

Color convert

RGB 179 136 125 -
CMYK 0 0.24 0.30 0.30
HSL 12.22º 0.26% 0.6% -
HSV(B) 12.22º 0.3% 0.7% -
XYZ 31.1 28.67 23.3 -
YUV 147.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 179 136 125 0 0.24 0.30 0.30 12.22 0.26 0.6
Hex B3 88 7D 0 18 1E 1E C 1A 3C
Octal 263 210 175 0 30 36 36 14 32 74
Binary 10110011 10001000 1111101 0 11000 11110 11110 1100 11010 111100

Color Harmonies of #B3887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3887D

Black with #B3887D

Text Example


Text Example

White with #B3887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3887D; }

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

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

background-color css

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

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

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

border-color css

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

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

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