Html Css Color HEX #B3877E Brandy Rose

📋 copy color: '#B3877E'

red 179 ◦ green 135 ◦ blue 126

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

Shades of Brandy Rose #B3877E

Tints of Brandy Rose #B3877E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.64%

R = 40.68%
G = 30.68%
B = 28.64%

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

#B3877E (or 0xB3877E) is known color: Brandy Rose. HEX triplet: B3, 87 and 7E. RGB value is (179,135,126). Sum of RGB (Red+Green+Blue) = 179+135+126=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3877E is #4C7881. Grayscale: #939393. Windows color (decimal): -5011586 or 8292275. OLE color: 8292275.

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

Color convert

RGB 179 135 126 -
CMYK 0 0.25 0.30 0.30
HSL 10.19º 0.26% 0.6% -
HSV(B) 10.19º 0.3% 0.7% -
XYZ 31.02 28.42 23.59 -
YUV 147.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 179 135 126 0 0.25 0.30 0.30 10.19 0.26 0.6
Hex B3 87 7E 0 19 1E 1E A 1A 3C
Octal 263 207 176 0 31 36 36 12 32 74
Binary 10110011 10000111 1111110 0 11001 11110 11110 1010 11010 111100

Color Harmonies of #B3877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3877E

Black with #B3877E

Text Example


Text Example

White with #B3877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3877E; }

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

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

background-color css

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

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

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

border-color css

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

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

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