Html Css Color HEX #B38682 Brandy Rose

📋 copy color: '#B38682'

red 179 ◦ green 134 ◦ blue 130

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

Shades of Brandy Rose #B38682

Tints of Brandy Rose #B38682

RGB

 RED value IS 179 (70.31% from 255) = 40.41%

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

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

R = 40.41%
G = 30.25%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B38682 (or 0xB38682) is known color: Brandy Rose. HEX triplet: B3, 86 and 82. RGB value is (179,134,130). Sum of RGB (Red+Green+Blue) = 179+134+130=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B38682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38682 is #4C797D. Grayscale: #939393. Windows color (decimal): -5011838 or 8554163. OLE color: 8554163.

HSL color Cylindrical-coordinate representation of color #B38682: hue angle of 4.9º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38682 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 130 -
CMYK 0 0.25 0.27 0.30
HSL 4.9º 0.24% 0.61% -
HSV(B) 4.9º 0.27% 0.7% -
XYZ 31.14 28.25 24.93 -
YUV 147 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 179 134 130 0 0.25 0.27 0.30 4.9 0.24 0.61
Hex B3 86 82 0 19 1B 1E 5 18 3D
Octal 263 206 202 0 31 33 36 5 30 75
Binary 10110011 10000110 10000010 0 11001 11011 11110 101 11000 111101

Color Harmonies of #B38682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38682

Black with #B38682

Text Example


Text Example

White with #B38682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38682; }

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

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

background-color css

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

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

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

border-color css

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

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

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