Html Css Color HEX #B28784 Brandy Rose

📋 copy color: '#B28784'

red 178 ◦ green 135 ◦ blue 132

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

Shades of Brandy Rose #B28784

Tints of Brandy Rose #B28784

RGB

 RED value IS 178 (69.92% from 255) = 40%

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

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

R = 40%
G = 30.34%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B28784 (or 0xB28784) is known color: Brandy Rose. HEX triplet: B2, 87 and 84. RGB value is (178,135,132). Sum of RGB (Red+Green+Blue) = 178+135+132=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28784 is #4D787B. Grayscale: #939393. Windows color (decimal): -5077116 or 8685490. OLE color: 8685490.

HSL color Cylindrical-coordinate representation of color #B28784: hue angle of 3.91º degrees, saturation: 0.23, 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 #B28784 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 135 132 -
CMYK 0 0.24 0.26 0.30
HSL 3.91º 0.23% 0.61% -
HSV(B) 3.91º 0.26% 0.7% -
XYZ 31.19 28.46 25.68 -
YUV 147.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 178 135 132 0 0.24 0.26 0.30 3.91 0.23 0.61
Hex B2 87 84 0 18 1A 1E 4 17 3D
Octal 262 207 204 0 30 32 36 4 27 75
Binary 10110010 10000111 10000100 0 11000 11010 11110 100 10111 111101

Color Harmonies of #B28784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28784

Black with #B28784

Text Example


Text Example

White with #B28784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28784; }

 p { color: rgb(178,135,132); }

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

background-color css

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

 a { background-color: rgb(178,135,132); }

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

border-color css

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

 span { border-color: rgb(178,135,132); }

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