Html Css Color HEX #B08582 Brandy Rose

📋 copy color: '#B08582'

red 176 ◦ green 133 ◦ blue 130

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

Shades of Brandy Rose #B08582

Tints of Brandy Rose #B08582

RGB

 RED value IS 176 (69.14% from 255) = 40.09%

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

 BLUE value IS 130 (51.17% from 255) = 29.61%

R = 40.09%
G = 30.3%
B = 29.61%

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

#B08582 (or 0xB08582) is known color: Brandy Rose. HEX triplet: B0, 85 and 82. RGB value is (176,133,130). Sum of RGB (Red+Green+Blue) = 176+133+130=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B08582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08582 is #4F7A7D. Grayscale: #919191. Windows color (decimal): -5208702 or 8553904. OLE color: 8553904.

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

Color convert

RGB 176 133 130 -
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.32 27.62 24.85 -
YUV 145.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 176 133 130 0 0.24 0.26 0.31 3.91 0.23 0.6
Hex B0 85 82 0 18 1A 1F 4 17 3C
Octal 260 205 202 0 30 32 37 4 27 74
Binary 10110000 10000101 10000010 0 11000 11010 11111 100 10111 111100

Color Harmonies of #B08582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08582

Black with #B08582

Text Example


Text Example

White with #B08582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08582; }

 p { color: rgb(176,133,130); }

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

background-color css

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

 a { background-color: rgb(176,133,130); }

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

border-color css

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

 span { border-color: rgb(176,133,130); }

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