Html Css Color HEX #B3876F Brandy Rose

📋 copy color: '#B3876F'

red 179 ◦ green 135 ◦ blue 111

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

Shades of Brandy Rose #B3876F

Tints of Brandy Rose #B3876F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.12%

R = 42.12%
G = 31.76%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3876F (or 0xB3876F) is known color: Brandy Rose. HEX triplet: B3, 87 and 6F. RGB value is (179,135,111). Sum of RGB (Red+Green+Blue) = 179+135+111=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3876F is #4C7890. Grayscale: #919191. Windows color (decimal): -5011601 or 7309235. OLE color: 7309235.

HSL color Cylindrical-coordinate representation of color #B3876F: hue angle of 21.18º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3876F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 111 -
CMYK 0 0.25 0.38 0.30
HSL 21.18º 0.31% 0.57% -
HSV(B) 21.18º 0.38% 0.7% -
XYZ 30.12 28.06 18.87 -
YUV 145.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 179 135 111 0 0.25 0.38 0.30 21.18 0.31 0.57
Hex B3 87 6F 0 19 26 1E 15 1F 39
Octal 263 207 157 0 31 46 36 25 37 71
Binary 10110011 10000111 1101111 0 11001 100110 11110 10101 11111 111001

Color Harmonies of #B3876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3876F

Black with #B3876F

Text Example


Text Example

White with #B3876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3876F; }

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

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

background-color css

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

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

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

border-color css

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

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

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