Html Css Color HEX #B2817F Brandy Rose

📋 copy color: '#B2817F'

red 178 ◦ green 129 ◦ blue 127

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

Shades of Brandy Rose #B2817F

Tints of Brandy Rose #B2817F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.26%

R = 41.01%
G = 29.72%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2817F (or 0xB2817F) is known color: Brandy Rose. HEX triplet: B2, 81 and 7F. RGB value is (178,129,127). Sum of RGB (Red+Green+Blue) = 178+129+127=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2817F is #4D7E80. Grayscale: #8F8F8F. Windows color (decimal): -5078657 or 8356274. OLE color: 8356274.

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

Color convert

RGB 178 129 127 -
CMYK 0 0.28 0.29 0.30
HSL 2.35º 0.25% 0.6% -
HSV(B) 2.35º 0.29% 0.7% -
XYZ 30.04 26.7 23.65 -
YUV 143.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 178 129 127 0 0.28 0.29 0.30 2.35 0.25 0.6
Hex B2 81 7F 0 1C 1D 1E 2 19 3C
Octal 262 201 177 0 34 35 36 2 31 74
Binary 10110010 10000001 1111111 0 11100 11101 11110 10 11001 111100

Color Harmonies of #B2817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2817F

Black with #B2817F

Text Example


Text Example

White with #B2817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2817F; }

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

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

background-color css

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

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

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

border-color css

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

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

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