Html Css Color HEX #B18B7E Brandy Rose

📋 copy color: '#B18B7E'

red 177 ◦ green 139 ◦ blue 126

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

Shades of Brandy Rose #B18B7E

Tints of Brandy Rose #B18B7E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.45%

 BLUE value IS 126 (49.61% from 255) = 28.51%

R = 40.05%
G = 31.45%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B18B7E (or 0xB18B7E) is known color: Brandy Rose. HEX triplet: B1, 8B and 7E. RGB value is (177,139,126). Sum of RGB (Red+Green+Blue) = 177+139+126=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B7E is #4E7481. Grayscale: #949494. Windows color (decimal): -5141634 or 8293297. OLE color: 8293297.

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

Color convert

RGB 177 139 126 -
CMYK 0 0.21 0.29 0.31
HSL 15.29º 0.25% 0.59% -
HSV(B) 15.29º 0.29% 0.69% -
XYZ 31.13 29.32 23.76 -
YUV 148.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 177 139 126 0 0.21 0.29 0.31 15.29 0.25 0.59
Hex B1 8B 7E 0 15 1D 1F F 19 3B
Octal 261 213 176 0 25 35 37 17 31 73
Binary 10110001 10001011 1111110 0 10101 11101 11111 1111 11001 111011

Color Harmonies of #B18B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B7E

Black with #B18B7E

Text Example


Text Example

White with #B18B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B7E; }

 p { color: rgb(177,139,126); }

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

background-color css

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

 a { background-color: rgb(177,139,126); }

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

border-color css

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

 span { border-color: rgb(177,139,126); }

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