Html Css Color HEX #B38382 Brandy Rose

📋 copy color: '#B38382'

red 179 ◦ green 131 ◦ blue 130

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

Shades of Brandy Rose #B38382

Tints of Brandy Rose #B38382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.77%

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

R = 40.68%
G = 29.77%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B38382 (or 0xB38382) is known color: Brandy Rose. HEX triplet: B3, 83 and 82. RGB value is (179,131,130). Sum of RGB (Red+Green+Blue) = 179+131+130=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B38382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38382 is #4C7C7D. Grayscale: #919191. Windows color (decimal): -5012606 or 8553395. OLE color: 8553395.

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

Color convert

RGB 179 131 130 -
CMYK 0 0.27 0.27 0.30
HSL 1.22º 0.24% 0.61% -
HSV(B) 1.22º 0.27% 0.7% -
XYZ 30.74 27.43 24.79 -
YUV 145.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 179 131 130 0 0.27 0.27 0.30 1.22 0.24 0.61
Hex B3 83 82 0 1B 1B 1E 1 18 3D
Octal 263 203 202 0 33 33 36 1 30 75
Binary 10110011 10000011 10000010 0 11011 11011 11110 1 11000 111101

Color Harmonies of #B38382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38382

Black with #B38382

Text Example


Text Example

White with #B38382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38382; }

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

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

background-color css

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

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

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

border-color css

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

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

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