Html Css Color HEX #B38D82 Brandy Rose

📋 copy color: '#B38D82'

red 179 ◦ green 141 ◦ blue 130

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

Shades of Brandy Rose #B38D82

Tints of Brandy Rose #B38D82

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.33%

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

R = 39.78%
G = 31.33%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B38D82 (or 0xB38D82) is known color: Brandy Rose. HEX triplet: B3, 8D and 82. RGB value is (179,141,130). Sum of RGB (Red+Green+Blue) = 179+141+130=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D82 is #4C727D. Grayscale: #979797. Windows color (decimal): -5010046 or 8555955. OLE color: 8555955.

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

Color convert

RGB 179 141 130 -
CMYK 0 0.21 0.27 0.30
HSL 13.47º 0.24% 0.61% -
HSV(B) 13.47º 0.27% 0.7% -
XYZ 32.14 30.25 25.26 -
YUV 151.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 179 141 130 0 0.21 0.27 0.30 13.47 0.24 0.61
Hex B3 8D 82 0 15 1B 1E D 18 3D
Octal 263 215 202 0 25 33 36 15 30 75
Binary 10110011 10001101 10000010 0 10101 11011 11110 1101 11000 111101

Color Harmonies of #B38D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D82

Black with #B38D82

Text Example


Text Example

White with #B38D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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