Html Css Color HEX #B18A7A Brandy Rose

📋 copy color: '#B18A7A'

red 177 ◦ green 138 ◦ blue 122

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

Shades of Brandy Rose #B18A7A

Tints of Brandy Rose #B18A7A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

 BLUE value IS 122 (48.05% from 255) = 27.92%

R = 40.5%
G = 31.58%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B18A7A (or 0xB18A7A) is known color: Brandy Rose. HEX triplet: B1, 8A and 7A. RGB value is (177,138,122). Sum of RGB (Red+Green+Blue) = 177+138+122=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A7A is #4E7585. Grayscale: #939393. Windows color (decimal): -5141894 or 8030897. OLE color: 8030897.

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

Color convert

RGB 177 138 122 -
CMYK 0 0.22 0.31 0.31
HSL 17.45º 0.26% 0.59% -
HSV(B) 17.45º 0.31% 0.69% -
XYZ 30.73 28.93 22.38 -
YUV 147.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 177 138 122 0 0.22 0.31 0.31 17.45 0.26 0.59
Hex B1 8A 7A 0 16 1F 1F 11 1A 3B
Octal 261 212 172 0 26 37 37 21 32 73
Binary 10110001 10001010 1111010 0 10110 11111 11111 10001 11010 111011

Color Harmonies of #B18A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A7A

Black with #B18A7A

Text Example


Text Example

White with #B18A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A7A; }

 p { color: rgb(177,138,122); }

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

background-color css

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

 a { background-color: rgb(177,138,122); }

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

border-color css

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

 span { border-color: rgb(177,138,122); }

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