Html Css Color HEX #B18683 Brandy Rose

📋 copy color: '#B18683'

red 177 ◦ green 134 ◦ blue 131

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

Shades of Brandy Rose #B18683

Tints of Brandy Rose #B18683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.64%

R = 40.05%
G = 30.32%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B18683 (or 0xB18683) is known color: Brandy Rose. HEX triplet: B1, 86 and 83. RGB value is (177,134,131). Sum of RGB (Red+Green+Blue) = 177+134+131=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B18683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18683 is #4E797C. Grayscale: #929292. Windows color (decimal): -5142909 or 8619697. OLE color: 8619697.

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

Color convert

RGB 177 134 131 -
CMYK 0 0.24 0.26 0.31
HSL 3.91º 0.23% 0.6% -
HSV(B) 3.91º 0.26% 0.69% -
XYZ 30.75 28.04 25.26 -
YUV 146.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 177 134 131 0 0.24 0.26 0.31 3.91 0.23 0.6
Hex B1 86 83 0 18 1A 1F 4 17 3C
Octal 261 206 203 0 30 32 37 4 27 74
Binary 10110001 10000110 10000011 0 11000 11010 11111 100 10111 111100

Color Harmonies of #B18683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18683

Black with #B18683

Text Example


Text Example

White with #B18683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18683; }

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

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

background-color css

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

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

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

border-color css

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

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

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