Html Css Color HEX #B18474 Brandy Rose

📋 copy color: '#B18474'

red 177 ◦ green 132 ◦ blue 116

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

Shades of Brandy Rose #B18474

Tints of Brandy Rose #B18474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 41.65%
G = 31.06%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B18474 (or 0xB18474) is known color: Brandy Rose. HEX triplet: B1, 84 and 74. RGB value is (177,132,116). Sum of RGB (Red+Green+Blue) = 177+132+116=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B18474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18474 is #4E7B8B. Grayscale: #8F8F8F. Windows color (decimal): -5143436 or 7636145. OLE color: 7636145.

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

Color convert

RGB 177 132 116 -
CMYK 0 0.25 0.34 0.31
HSL 15.74º 0.28% 0.57% -
HSV(B) 15.74º 0.34% 0.69% -
XYZ 29.54 27.11 20.2 -
YUV 143.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 177 132 116 0 0.25 0.34 0.31 15.74 0.28 0.57
Hex B1 84 74 0 19 22 1F 10 1C 39
Octal 261 204 164 0 31 42 37 20 34 71
Binary 10110001 10000100 1110100 0 11001 100010 11111 10000 11100 111001

Color Harmonies of #B18474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18474

Black with #B18474

Text Example


Text Example

White with #B18474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18474; }

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

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

background-color css

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

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

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

border-color css

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

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

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