Html Css Color HEX #B18073 Brandy Rose

📋 copy color: '#B18073'

red 177 ◦ green 128 ◦ blue 115

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

Shades of Brandy Rose #B18073

Tints of Brandy Rose #B18073

RGB

 RED value IS 177 (69.53% from 255) = 42.14%

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

 BLUE value IS 115 (45.31% from 255) = 27.38%

R = 42.14%
G = 30.48%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B18073 (or 0xB18073) is known color: Brandy Rose. HEX triplet: B1, 80 and 73. RGB value is (177,128,115). Sum of RGB (Red+Green+Blue) = 177+128+115=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B18073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18073 is #4E7F8C. Grayscale: #8D8D8D. Windows color (decimal): -5144461 or 7569585. OLE color: 7569585.

HSL color Cylindrical-coordinate representation of color #B18073: hue angle of 12.58º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B18073 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 128 115 -
CMYK 0 0.28 0.35 0.31
HSL 12.58º 0.28% 0.57% -
HSV(B) 12.58º 0.35% 0.69% -
XYZ 28.95 26.02 19.72 -
YUV 141.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 177 128 115 0 0.28 0.35 0.31 12.58 0.28 0.57
Hex B1 80 73 0 1C 23 1F D 1C 39
Octal 261 200 163 0 34 43 37 15 34 71
Binary 10110001 10000000 1110011 0 11100 100011 11111 1101 11100 111001

Color Harmonies of #B18073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18073

Black with #B18073

Text Example


Text Example

White with #B18073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18073; }

 p { color: rgb(177,128,115); }

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

background-color css

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

 a { background-color: rgb(177,128,115); }

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

border-color css

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

 span { border-color: rgb(177,128,115); }

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