Html Css Color HEX #B38377 Brandy Rose

📋 copy color: '#B38377'

red 179 ◦ green 131 ◦ blue 119

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

Shades of Brandy Rose #B38377

Tints of Brandy Rose #B38377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.74%

R = 41.72%
G = 30.54%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B38377 (or 0xB38377) is known color: Brandy Rose. HEX triplet: B3, 83 and 77. RGB value is (179,131,119). Sum of RGB (Red+Green+Blue) = 179+131+119=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B38377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38377 is #4C7C88. Grayscale: #909090. Windows color (decimal): -5012617 or 7832499. OLE color: 7832499.

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

Color convert

RGB 179 131 119 -
CMYK 0 0.27 0.34 0.30
HSL 12º 0.28% 0.58% -
HSV(B) 12º 0.34% 0.7% -
XYZ 30.04 27.15 21.11 -
YUV 143.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 179 131 119 0 0.27 0.34 0.30 12 0.28 0.58
Hex B3 83 77 0 1B 22 1E C 1C 3A
Octal 263 203 167 0 33 42 36 14 34 72
Binary 10110011 10000011 1110111 0 11011 100010 11110 1100 11100 111010

Color Harmonies of #B38377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38377

Black with #B38377

Text Example


Text Example

White with #B38377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38377; }

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

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

background-color css

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

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

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

border-color css

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

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

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