Html Css Color HEX #B28F82 Brandy Rose

📋 copy color: '#B28F82'

red 178 ◦ green 143 ◦ blue 130

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

Shades of Brandy Rose #B28F82

Tints of Brandy Rose #B28F82

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.71%

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

R = 39.47%
G = 31.71%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B28F82 (or 0xB28F82) is known color: Brandy Rose. HEX triplet: B2, 8F and 82. RGB value is (178,143,130). Sum of RGB (Red+Green+Blue) = 178+143+130=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28F82 is #4D707D. Grayscale: #989898. Windows color (decimal): -5075070 or 8556466. OLE color: 8556466.

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

Color convert

RGB 178 143 130 -
CMYK 0 0.20 0.27 0.30
HSL 16.25º 0.24% 0.6% -
HSV(B) 16.25º 0.27% 0.7% -
XYZ 32.21 30.72 25.35 -
YUV 151.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 178 143 130 0 0.20 0.27 0.30 16.25 0.24 0.6
Hex B2 8F 82 0 14 1B 1E 10 18 3C
Octal 262 217 202 0 24 33 36 20 30 74
Binary 10110010 10001111 10000010 0 10100 11011 11110 10000 11000 111100

Color Harmonies of #B28F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28F82

Black with #B28F82

Text Example


Text Example

White with #B28F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28F82; }

 p { color: rgb(178,143,130); }

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

background-color css

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

 a { background-color: rgb(178,143,130); }

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

border-color css

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

 span { border-color: rgb(178,143,130); }

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