Html Css Color HEX #B38984 Brandy Rose

📋 copy color: '#B38984'

red 179 ◦ green 137 ◦ blue 132

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

Shades of Brandy Rose #B38984

Tints of Brandy Rose #B38984

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.58%

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 39.96%
G = 30.58%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B38984 (or 0xB38984) is known color: Brandy Rose. HEX triplet: B3, 89 and 84. RGB value is (179,137,132). Sum of RGB (Red+Green+Blue) = 179+137+132=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B38984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38984 is #4C767B. Grayscale: #959595. Windows color (decimal): -5011068 or 8686003. OLE color: 8686003.

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

Color convert

RGB 179 137 132 -
CMYK 0 0.23 0.26 0.30
HSL 6.38º 0.24% 0.61% -
HSV(B) 6.38º 0.26% 0.7% -
XYZ 31.7 29.14 25.78 -
YUV 148.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 179 137 132 0 0.23 0.26 0.30 6.38 0.24 0.61
Hex B3 89 84 0 17 1A 1E 6 18 3D
Octal 263 211 204 0 27 32 36 6 30 75
Binary 10110011 10001001 10000100 0 10111 11010 11110 110 11000 111101

Color Harmonies of #B38984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38984

Black with #B38984

Text Example


Text Example

White with #B38984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38984; }

 p { color: rgb(179,137,132); }

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

background-color css

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

 a { background-color: rgb(179,137,132); }

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

border-color css

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

 span { border-color: rgb(179,137,132); }

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