Html Css Color HEX #B18572 Brandy Rose

📋 copy color: '#B18572'

red 177 ◦ green 133 ◦ blue 114

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

Shades of Brandy Rose #B18572

Tints of Brandy Rose #B18572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

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

R = 41.75%
G = 31.37%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B18572 (or 0xB18572) is known color: Brandy Rose. HEX triplet: B1, 85 and 72. RGB value is (177,133,114). Sum of RGB (Red+Green+Blue) = 177+133+114=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B18572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18572 is #4E7A8D. Grayscale: #909090. Windows color (decimal): -5143182 or 7505329. OLE color: 7505329.

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

Color convert

RGB 177 133 114 -
CMYK 0 0.25 0.36 0.31
HSL 18.1º 0.29% 0.57% -
HSV(B) 18.1º 0.36% 0.69% -
XYZ 29.56 27.34 19.64 -
YUV 143.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 177 133 114 0 0.25 0.36 0.31 18.1 0.29 0.57
Hex B1 85 72 0 19 24 1F 12 1D 39
Octal 261 205 162 0 31 44 37 22 35 71
Binary 10110001 10000101 1110010 0 11001 100100 11111 10010 11101 111001

Color Harmonies of #B18572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18572

Black with #B18572

Text Example


Text Example

White with #B18572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18572; }

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

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

background-color css

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

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

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

border-color css

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

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

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