Html Css Color HEX #B88682 Brandy Rose

📋 copy color: '#B88682'

red 184 ◦ green 134 ◦ blue 130

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

Shades of Brandy Rose #B88682

Tints of Brandy Rose #B88682

RGB

 RED value IS 184 (72.27% from 255) = 41.07%

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

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

R = 41.07%
G = 29.91%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B88682 (or 0xB88682) is known color: Brandy Rose. HEX triplet: B8, 86 and 82. RGB value is (184,134,130). Sum of RGB (Red+Green+Blue) = 184+134+130=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B88682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88682 is #47797D. Grayscale: #949494. Windows color (decimal): -4684158 or 8554168. OLE color: 8554168.

HSL color Cylindrical-coordinate representation of color #B88682: hue angle of 4.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88682 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 134 130 -
CMYK 0 0.27 0.29 0.28
HSL 4.44º 0.28% 0.62% -
HSV(B) 4.44º 0.29% 0.72% -
XYZ 32.32 28.85 24.98 -
YUV 148.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 184 134 130 0 0.27 0.29 0.28 4.44 0.28 0.62
Hex B8 86 82 0 1B 1D 1C 4 1C 3E
Octal 270 206 202 0 33 35 34 4 34 76
Binary 10111000 10000110 10000010 0 11011 11101 11100 100 11100 111110

Color Harmonies of #B88682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88682

Black with #B88682

Text Example


Text Example

White with #B88682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88682; }

 p { color: rgb(184,134,130); }

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

background-color css

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

 a { background-color: rgb(184,134,130); }

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

border-color css

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

 span { border-color: rgb(184,134,130); }

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