Html Css Color HEX #B38279 Brandy Rose

📋 copy color: '#B38279'

red 179 ◦ green 130 ◦ blue 121

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

Shades of Brandy Rose #B38279

Tints of Brandy Rose #B38279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.14%

R = 41.63%
G = 30.23%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B38279 (or 0xB38279) is known color: Brandy Rose. HEX triplet: B3, 82 and 79. RGB value is (179,130,121). Sum of RGB (Red+Green+Blue) = 179+130+121=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B38279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38279 is #4C7D86. Grayscale: #8F8F8F. Windows color (decimal): -5012871 or 7963315. OLE color: 7963315.

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

Color convert

RGB 179 130 121 -
CMYK 0 0.27 0.32 0.30
HSL 9.31º 0.28% 0.59% -
HSV(B) 9.31º 0.32% 0.7% -
XYZ 30.02 26.93 21.7 -
YUV 143.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 179 130 121 0 0.27 0.32 0.30 9.31 0.28 0.59
Hex B3 82 79 0 1B 20 1E 9 1C 3B
Octal 263 202 171 0 33 40 36 11 34 73
Binary 10110011 10000010 1111001 0 11011 100000 11110 1001 11100 111011

Color Harmonies of #B38279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38279

Black with #B38279

Text Example


Text Example

White with #B38279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38279; }

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

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

background-color css

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

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

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

border-color css

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

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

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