Html Css Color HEX #B2826E Brandy Rose

📋 copy color: '#B2826E'

red 178 ◦ green 130 ◦ blue 110

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

Shades of Brandy Rose #B2826E

Tints of Brandy Rose #B2826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 42.58%
G = 31.1%
B = 26.32%

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

#B2826E (or 0xB2826E) is known color: Brandy Rose. HEX triplet: B2, 82 and 6E. RGB value is (178,130,110). Sum of RGB (Red+Green+Blue) = 178+130+110=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2826E is #4D7D91. Grayscale: #8E8E8E. Windows color (decimal): -5078418 or 7242418. OLE color: 7242418.

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

Color convert

RGB 178 130 110 -
CMYK 0 0.27 0.38 0.30
HSL 17.65º 0.31% 0.56% -
HSV(B) 17.65º 0.38% 0.7% -
XYZ 29.16 26.56 18.34 -
YUV 142.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 178 130 110 0 0.27 0.38 0.30 17.65 0.31 0.56
Hex B2 82 6E 0 1B 26 1E 12 1F 38
Octal 262 202 156 0 33 46 36 22 37 70
Binary 10110010 10000010 1101110 0 11011 100110 11110 10010 11111 111000

Color Harmonies of #B2826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2826E

Black with #B2826E

Text Example


Text Example

White with #B2826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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