Html Css Color HEX #B2836F Brandy Rose

📋 copy color: '#B2836F'

red 178 ◦ green 131 ◦ blue 111

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

Shades of Brandy Rose #B2836F

Tints of Brandy Rose #B2836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

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

R = 42.38%
G = 31.19%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2836F (or 0xB2836F) is known color: Brandy Rose. HEX triplet: B2, 83 and 6F. RGB value is (178,131,111). Sum of RGB (Red+Green+Blue) = 178+131+111=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2836F is #4D7C90. Grayscale: #8E8E8E. Windows color (decimal): -5078161 or 7308210. OLE color: 7308210.

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

Color convert

RGB 178 131 111 -
CMYK 0 0.26 0.38 0.30
HSL 17.91º 0.3% 0.57% -
HSV(B) 17.91º 0.38% 0.7% -
XYZ 29.35 26.85 18.67 -
YUV 142.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 178 131 111 0 0.26 0.38 0.30 17.91 0.3 0.57
Hex B2 83 6F 0 1A 26 1E 12 1E 39
Octal 262 203 157 0 32 46 36 22 36 71
Binary 10110010 10000011 1101111 0 11010 100110 11110 10010 11110 111001

Color Harmonies of #B2836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2836F

Black with #B2836F

Text Example


Text Example

White with #B2836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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