Html Css Color HEX #B38080 Brandy Rose

📋 copy color: '#B38080'

red 179 ◦ green 128 ◦ blue 128

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

Shades of Brandy Rose #B38080

Tints of Brandy Rose #B38080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 41.15%
G = 29.43%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B38080 (or 0xB38080) is known color: Brandy Rose. HEX triplet: B3, 80 and 80. RGB value is (179,128,128). Sum of RGB (Red+Green+Blue) = 179+128+128=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B38080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38080 is #4C7F7F. Grayscale: #8F8F8F. Windows color (decimal): -5013376 or 8421555. OLE color: 8421555.

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

Color convert

RGB 179 128 128 -
CMYK 0 0.28 0.28 0.30
HSL 0.25% 0.6% -
HSV(B) 0.28% 0.7% -
XYZ 30.21 26.58 23.96 -
YUV 143.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 179 128 128 0 0.28 0.28 0.30 0 0.25 0.6
Hex B3 80 80 0 1C 1C 1E 0 19 3C
Octal 263 200 200 0 34 34 36 0 31 74
Binary 10110011 10000000 10000000 0 11100 11100 11110 0 11001 111100

Color Harmonies of #B38080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38080

Black with #B38080

Text Example


Text Example

White with #B38080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38080; }

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

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

background-color css

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

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

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

border-color css

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

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

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