Html Css Color HEX #B38782 Brandy Rose

📋 copy color: '#B38782'

red 179 ◦ green 135 ◦ blue 130

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

Shades of Brandy Rose #B38782

Tints of Brandy Rose #B38782

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.41%

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

R = 40.32%
G = 30.41%
B = 29.28%

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

#B38782 (or 0xB38782) is known color: Brandy Rose. HEX triplet: B3, 87 and 82. RGB value is (179,135,130). Sum of RGB (Red+Green+Blue) = 179+135+130=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B38782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38782 is #4C787D. Grayscale: #939393. Windows color (decimal): -5011582 or 8554419. OLE color: 8554419.

HSL color Cylindrical-coordinate representation of color #B38782: hue angle of 6.12º 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 #B38782 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 130 -
CMYK 0 0.25 0.27 0.30
HSL 6.12º 0.24% 0.61% -
HSV(B) 6.12º 0.27% 0.7% -
XYZ 31.28 28.52 24.98 -
YUV 147.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 179 135 130 0 0.25 0.27 0.30 6.12 0.24 0.61
Hex B3 87 82 0 19 1B 1E 6 18 3D
Octal 263 207 202 0 31 33 36 6 30 75
Binary 10110011 10000111 10000010 0 11001 11011 11110 110 11000 111101

Color Harmonies of #B38782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38782

Black with #B38782

Text Example


Text Example

White with #B38782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38782; }

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

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

background-color css

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

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

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

border-color css

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

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

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