Html Css Color HEX #B2816E Brandy Rose

📋 copy color: '#B2816E'

red 178 ◦ green 129 ◦ blue 110

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

Shades of Brandy Rose #B2816E

Tints of Brandy Rose #B2816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.94%

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

R = 42.69%
G = 30.94%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2816E (or 0xB2816E) is known color: Brandy Rose. HEX triplet: B2, 81 and 6E. RGB value is (178,129,110). Sum of RGB (Red+Green+Blue) = 178+129+110=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2816E is #4D7E91. Grayscale: #8D8D8D. Windows color (decimal): -5078674 or 7242162. OLE color: 7242162.

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

Color convert

RGB 178 129 110 -
CMYK 0 0.28 0.38 0.30
HSL 16.76º 0.31% 0.56% -
HSV(B) 16.76º 0.38% 0.7% -
XYZ 29.02 26.29 18.3 -
YUV 141.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 178 129 110 0 0.28 0.38 0.30 16.76 0.31 0.56
Hex B2 81 6E 0 1C 26 1E 11 1F 38
Octal 262 201 156 0 34 46 36 21 37 70
Binary 10110010 10000001 1101110 0 11100 100110 11110 10001 11111 111000

Color Harmonies of #B2816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2816E

Black with #B2816E

Text Example


Text Example

White with #B2816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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