Html Css Color HEX #B2826F Brandy Rose

📋 copy color: '#B2826F'

red 178 ◦ green 130 ◦ blue 111

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

Shades of Brandy Rose #B2826F

Tints of Brandy Rose #B2826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

 BLUE value IS 111 (43.75% from 255) = 26.49%

R = 42.48%
G = 31.03%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2826F (or 0xB2826F) is known color: Brandy Rose. HEX triplet: B2, 82 and 6F. RGB value is (178,130,111). Sum of RGB (Red+Green+Blue) = 178+130+111=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2826F is #4D7D90. Grayscale: #8E8E8E. Windows color (decimal): -5078417 or 7307954. OLE color: 7307954.

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

Color convert

RGB 178 130 111 -
CMYK 0 0.27 0.38 0.30
HSL 17.01º 0.3% 0.57% -
HSV(B) 17.01º 0.38% 0.7% -
XYZ 29.21 26.58 18.63 -
YUV 142.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 178 130 111 0 0.27 0.38 0.30 17.01 0.3 0.57
Hex B2 82 6F 0 1B 26 1E 11 1E 39
Octal 262 202 157 0 33 46 36 21 36 71
Binary 10110010 10000010 1101111 0 11011 100110 11110 10001 11110 111001

Color Harmonies of #B2826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2826F

Black with #B2826F

Text Example


Text Example

White with #B2826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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