Html Css Color HEX #B38680 Brandy Rose

📋 copy color: '#B38680'

red 179 ◦ green 134 ◦ blue 128

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

Shades of Brandy Rose #B38680

Tints of Brandy Rose #B38680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.02%

R = 40.59%
G = 30.39%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B38680 (or 0xB38680) is known color: Brandy Rose. HEX triplet: B3, 86 and 80. RGB value is (179,134,128). Sum of RGB (Red+Green+Blue) = 179+134+128=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B38680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38680 is #4C797F. Grayscale: #929292. Windows color (decimal): -5011840 or 8423091. OLE color: 8423091.

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

Color convert

RGB 179 134 128 -
CMYK 0 0.25 0.28 0.30
HSL 7.06º 0.25% 0.6% -
HSV(B) 7.06º 0.28% 0.7% -
XYZ 31.01 28.19 24.23 -
YUV 146.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 179 134 128 0 0.25 0.28 0.30 7.06 0.25 0.6
Hex B3 86 80 0 19 1C 1E 7 19 3C
Octal 263 206 200 0 31 34 36 7 31 74
Binary 10110011 10000110 10000000 0 11001 11100 11110 111 11001 111100

Color Harmonies of #B38680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38680

Black with #B38680

Text Example


Text Example

White with #B38680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38680; }

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

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

background-color css

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

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

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

border-color css

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

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

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