Html Css Color HEX #B3877D Brandy Rose

📋 copy color: '#B3877D'

red 179 ◦ green 135 ◦ blue 125

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

Shades of Brandy Rose #B3877D

Tints of Brandy Rose #B3877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.75%

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

R = 40.77%
G = 30.75%
B = 28.47%

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

#B3877D (or 0xB3877D) is known color: Brandy Rose. HEX triplet: B3, 87 and 7D. RGB value is (179,135,125). Sum of RGB (Red+Green+Blue) = 179+135+125=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3877D is #4C7882. Grayscale: #939393. Windows color (decimal): -5011587 or 8226739. OLE color: 8226739.

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

Color convert

RGB 179 135 125 -
CMYK 0 0.25 0.30 0.30
HSL 11.11º 0.26% 0.6% -
HSV(B) 11.11º 0.3% 0.7% -
XYZ 30.96 28.39 23.25 -
YUV 147.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 179 135 125 0 0.25 0.30 0.30 11.11 0.26 0.6
Hex B3 87 7D 0 19 1E 1E B 1A 3C
Octal 263 207 175 0 31 36 36 13 32 74
Binary 10110011 10000111 1111101 0 11001 11110 11110 1011 11010 111100

Color Harmonies of #B3877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3877D

Black with #B3877D

Text Example


Text Example

White with #B3877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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