Html Css Color HEX #B38077 Brandy Rose

📋 copy color: '#B38077'

red 179 ◦ green 128 ◦ blue 119

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

Shades of Brandy Rose #B38077

Tints of Brandy Rose #B38077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.05%

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

R = 42.02%
G = 30.05%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B38077 (or 0xB38077) is known color: Brandy Rose. HEX triplet: B3, 80 and 77. RGB value is (179,128,119). Sum of RGB (Red+Green+Blue) = 179+128+119=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B38077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38077 is #4C7F88. Grayscale: #8E8E8E. Windows color (decimal): -5013385 or 7831731. OLE color: 7831731.

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

Color convert

RGB 179 128 119 -
CMYK 0 0.28 0.34 0.30
HSL 0.28% 0.58% -
HSV(B) 0.34% 0.7% -
XYZ 29.64 26.35 20.98 -
YUV 142.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 179 128 119 0 0.28 0.34 0.30 9 0.28 0.58
Hex B3 80 77 0 1C 22 1E 9 1C 3A
Octal 263 200 167 0 34 42 36 11 34 72
Binary 10110011 10000000 1110111 0 11100 100010 11110 1001 11100 111010

Color Harmonies of #B38077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38077

Black with #B38077

Text Example


Text Example

White with #B38077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38077; }

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

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

background-color css

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

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

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

border-color css

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

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

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