Html Css Color HEX #B38281 Brandy Rose

📋 copy color: '#B38281'

red 179 ◦ green 130 ◦ blue 129

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

Shades of Brandy Rose #B38281

Tints of Brandy Rose #B38281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.68%

 BLUE value IS 129 (50.78% from 255) = 29.45%

R = 40.87%
G = 29.68%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B38281 (or 0xB38281) is known color: Brandy Rose. HEX triplet: B3, 82 and 81. RGB value is (179,130,129). Sum of RGB (Red+Green+Blue) = 179+130+129=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B38281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38281 is #4C7D7E. Grayscale: #909090. Windows color (decimal): -5012863 or 8487603. OLE color: 8487603.

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

Color convert

RGB 179 130 129 -
CMYK 0 0.27 0.28 0.30
HSL 1.2º 0.25% 0.6% -
HSV(B) 1.2º 0.28% 0.7% -
XYZ 30.54 27.13 24.4 -
YUV 144.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 179 130 129 0 0.27 0.28 0.30 1.2 0.25 0.6
Hex B3 82 81 0 1B 1C 1E 1 19 3C
Octal 263 202 201 0 33 34 36 1 31 74
Binary 10110011 10000010 10000001 0 11011 11100 11110 1 11001 111100

Color Harmonies of #B38281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38281

Black with #B38281

Text Example


Text Example

White with #B38281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38281; }

 p { color: rgb(179,130,129); }

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

background-color css

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

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

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

border-color css

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

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

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