Html Css Color HEX #B28177 Brandy Rose

📋 copy color: '#B28177'

red 178 ◦ green 129 ◦ blue 119

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

Shades of Brandy Rose #B28177

Tints of Brandy Rose #B28177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.93%

R = 41.78%
G = 30.28%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B28177 (or 0xB28177) is known color: Brandy Rose. HEX triplet: B2, 81 and 77. RGB value is (178,129,119). Sum of RGB (Red+Green+Blue) = 178+129+119=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B28177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28177 is #4D7E88. Grayscale: #8E8E8E. Windows color (decimal): -5078665 or 7831986. OLE color: 7831986.

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

Color convert

RGB 178 129 119 -
CMYK 0 0.28 0.33 0.30
HSL 10.17º 0.28% 0.58% -
HSV(B) 10.17º 0.33% 0.7% -
XYZ 29.54 26.5 21.01 -
YUV 142.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 178 129 119 0 0.28 0.33 0.30 10.17 0.28 0.58
Hex B2 81 77 0 1C 21 1E A 1C 3A
Octal 262 201 167 0 34 41 36 12 34 72
Binary 10110010 10000001 1110111 0 11100 100001 11110 1010 11100 111010

Color Harmonies of #B28177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28177

Black with #B28177

Text Example


Text Example

White with #B28177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28177; }

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

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

background-color css

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

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

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

border-color css

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

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

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