Html Css Color HEX #B38A79 Brandy Rose

📋 copy color: '#B38A79'

red 179 ◦ green 138 ◦ blue 121

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

Shades of Brandy Rose #B38A79

Tints of Brandy Rose #B38A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.51%

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

R = 40.87%
G = 31.51%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B38A79 (or 0xB38A79) is known color: Brandy Rose. HEX triplet: B3, 8A and 79. RGB value is (179,138,121). Sum of RGB (Red+Green+Blue) = 179+138+121=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A79 is #4C7586. Grayscale: #949494. Windows color (decimal): -5010823 or 7965363. OLE color: 7965363.

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

Color convert

RGB 179 138 121 -
CMYK 0 0.23 0.32 0.30
HSL 17.59º 0.28% 0.59% -
HSV(B) 17.59º 0.32% 0.7% -
XYZ 31.13 29.14 22.07 -
YUV 148.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 179 138 121 0 0.23 0.32 0.30 17.59 0.28 0.59
Hex B3 8A 79 0 17 20 1E 12 1C 3B
Octal 263 212 171 0 27 40 36 22 34 73
Binary 10110011 10001010 1111001 0 10111 100000 11110 10010 11100 111011

Color Harmonies of #B38A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A79

Black with #B38A79

Text Example


Text Example

White with #B38A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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