Html Css Color HEX #B38381 Brandy Rose

📋 copy color: '#B38381'

red 179 ◦ green 131 ◦ blue 129

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

Shades of Brandy Rose #B38381

Tints of Brandy Rose #B38381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.84%

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

R = 40.77%
G = 29.84%
B = 29.38%

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

#B38381 (or 0xB38381) is known color: Brandy Rose. HEX triplet: B3, 83 and 81. RGB value is (179,131,129). Sum of RGB (Red+Green+Blue) = 179+131+129=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B38381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38381 is #4C7C7E. Grayscale: #919191. Windows color (decimal): -5012607 or 8487859. OLE color: 8487859.

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

Color convert

RGB 179 131 129 -
CMYK 0 0.27 0.28 0.30
HSL 2.4º 0.25% 0.6% -
HSV(B) 2.4º 0.28% 0.7% -
XYZ 30.67 27.4 24.44 -
YUV 145.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 179 131 129 0 0.27 0.28 0.30 2.4 0.25 0.6
Hex B3 83 81 0 1B 1C 1E 2 19 3C
Octal 263 203 201 0 33 34 36 2 31 74
Binary 10110011 10000011 10000001 0 11011 11100 11110 10 11001 111100

Color Harmonies of #B38381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38381

Black with #B38381

Text Example


Text Example

White with #B38381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38381; }

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

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

background-color css

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

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

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

border-color css

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

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

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