Html Css Color HEX #B18673 Brandy Rose

📋 copy color: '#B18673'

red 177 ◦ green 134 ◦ blue 115

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

Shades of Brandy Rose #B18673

Tints of Brandy Rose #B18673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

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

R = 41.55%
G = 31.46%
B = 27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B18673 (or 0xB18673) is known color: Brandy Rose. HEX triplet: B1, 86 and 73. RGB value is (177,134,115). Sum of RGB (Red+Green+Blue) = 177+134+115=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B18673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18673 is #4E798C. Grayscale: #909090. Windows color (decimal): -5142925 or 7571121. OLE color: 7571121.

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

Color convert

RGB 177 134 115 -
CMYK 0 0.24 0.35 0.31
HSL 18.39º 0.28% 0.57% -
HSV(B) 18.39º 0.35% 0.69% -
XYZ 29.75 27.64 19.99 -
YUV 144.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 177 134 115 0 0.24 0.35 0.31 18.39 0.28 0.57
Hex B1 86 73 0 18 23 1F 12 1C 39
Octal 261 206 163 0 30 43 37 22 34 71
Binary 10110001 10000110 1110011 0 11000 100011 11111 10010 11100 111001

Color Harmonies of #B18673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18673

Black with #B18673

Text Example


Text Example

White with #B18673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18673; }

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

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

background-color css

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

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

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

border-color css

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

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

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