Html Css Color HEX #B18473 Brandy Rose

📋 copy color: '#B18473'

red 177 ◦ green 132 ◦ blue 115

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

Shades of Brandy Rose #B18473

Tints of Brandy Rose #B18473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.13%

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

R = 41.75%
G = 31.13%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B18473 (or 0xB18473) is known color: Brandy Rose. HEX triplet: B1, 84 and 73. RGB value is (177,132,115). Sum of RGB (Red+Green+Blue) = 177+132+115=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B18473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18473 is #4E7B8C. Grayscale: #8F8F8F. Windows color (decimal): -5143437 or 7570609. OLE color: 7570609.

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

Color convert

RGB 177 132 115 -
CMYK 0 0.25 0.35 0.31
HSL 16.45º 0.28% 0.57% -
HSV(B) 16.45º 0.35% 0.69% -
XYZ 29.48 27.09 19.89 -
YUV 143.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 177 132 115 0 0.25 0.35 0.31 16.45 0.28 0.57
Hex B1 84 73 0 19 23 1F 10 1C 39
Octal 261 204 163 0 31 43 37 20 34 71
Binary 10110001 10000100 1110011 0 11001 100011 11111 10000 11100 111001

Color Harmonies of #B18473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18473

Black with #B18473

Text Example


Text Example

White with #B18473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18473; }

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

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

background-color css

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

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

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

border-color css

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

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

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