Html Css Color HEX #B18273 Brandy Rose

📋 copy color: '#B18273'

red 177 ◦ green 130 ◦ blue 115

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

Shades of Brandy Rose #B18273

Tints of Brandy Rose #B18273

RGB

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

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

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

R = 41.94%
G = 30.81%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B18273 (or 0xB18273) is known color: Brandy Rose. HEX triplet: B1, 82 and 73. RGB value is (177,130,115). Sum of RGB (Red+Green+Blue) = 177+130+115=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B18273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18273 is #4E7D8C. Grayscale: #8E8E8E. Windows color (decimal): -5143949 or 7570097. OLE color: 7570097.

HSL color Cylindrical-coordinate representation of color #B18273: hue angle of 14.52º 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 #B18273 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 130 115 -
CMYK 0 0.27 0.35 0.31
HSL 14.52º 0.28% 0.57% -
HSV(B) 14.52º 0.35% 0.69% -
XYZ 29.21 26.55 19.8 -
YUV 142.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 177 130 115 0 0.27 0.35 0.31 14.52 0.28 0.57
Hex B1 82 73 0 1B 23 1F F 1C 39
Octal 261 202 163 0 33 43 37 17 34 71
Binary 10110001 10000010 1110011 0 11011 100011 11111 1111 11100 111001

Color Harmonies of #B18273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18273

Black with #B18273

Text Example


Text Example

White with #B18273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18273; }

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

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

background-color css

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

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

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

border-color css

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

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

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