Html Css Color HEX #B18372 Brandy Rose

📋 copy color: '#B18372'

red 177 ◦ green 131 ◦ blue 114

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

Shades of Brandy Rose #B18372

Tints of Brandy Rose #B18372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 114 (44.92% from 255) = 27.01%

R = 41.94%
G = 31.04%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B18372 (or 0xB18372) is known color: Brandy Rose. HEX triplet: B1, 83 and 72. RGB value is (177,131,114). Sum of RGB (Red+Green+Blue) = 177+131+114=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B18372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18372 is #4E7C8D. Grayscale: #8E8E8E. Windows color (decimal): -5143694 or 7504817. OLE color: 7504817.

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

Color convert

RGB 177 131 114 -
CMYK 0 0.26 0.36 0.31
HSL 16.19º 0.29% 0.57% -
HSV(B) 16.19º 0.36% 0.69% -
XYZ 29.29 26.79 19.55 -
YUV 142.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 177 131 114 0 0.26 0.36 0.31 16.19 0.29 0.57
Hex B1 83 72 0 1A 24 1F 10 1D 39
Octal 261 203 162 0 32 44 37 20 35 71
Binary 10110001 10000011 1110010 0 11010 100100 11111 10000 11101 111001

Color Harmonies of #B18372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18372

Black with #B18372

Text Example


Text Example

White with #B18372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18372; }

 p { color: rgb(177,131,114); }

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

background-color css

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

 a { background-color: rgb(177,131,114); }

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

border-color css

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

 span { border-color: rgb(177,131,114); }

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