Html Css Color HEX #B18375 Brandy Rose

📋 copy color: '#B18375'

red 177 ◦ green 131 ◦ blue 117

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

Shades of Brandy Rose #B18375

Tints of Brandy Rose #B18375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.53%

R = 41.65%
G = 30.82%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B18375 (or 0xB18375) is known color: Brandy Rose. HEX triplet: B1, 83 and 75. RGB value is (177,131,117). Sum of RGB (Red+Green+Blue) = 177+131+117=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B18375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18375 is #4E7C8A. Grayscale: #8F8F8F. Windows color (decimal): -5143691 or 7701425. OLE color: 7701425.

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

Color convert

RGB 177 131 117 -
CMYK 0 0.26 0.34 0.31
HSL 14º 0.28% 0.58% -
HSV(B) 14º 0.34% 0.69% -
XYZ 29.46 26.86 20.46 -
YUV 143.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 177 131 117 0 0.26 0.34 0.31 14 0.28 0.58
Hex B1 83 75 0 1A 22 1F E 1C 3A
Octal 261 203 165 0 32 42 37 16 34 72
Binary 10110001 10000011 1110101 0 11010 100010 11111 1110 11100 111010

Color Harmonies of #B18375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18375

Black with #B18375

Text Example


Text Example

White with #B18375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18375; }

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

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

background-color css

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

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

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

border-color css

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

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

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