Html Css Color HEX #B28178 Brandy Rose

📋 copy color: '#B28178'

red 178 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #B28178

Tints of Brandy Rose #B28178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 41.69%
G = 30.21%
B = 28.1%

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

#B28178 (or 0xB28178) is known color: Brandy Rose. HEX triplet: B2, 81 and 78. RGB value is (178,129,120). Sum of RGB (Red+Green+Blue) = 178+129+120=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B28178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28178 is #4D7E87. Grayscale: #8E8E8E. Windows color (decimal): -5078664 or 7897522. OLE color: 7897522.

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

Color convert

RGB 178 129 120 -
CMYK 0 0.28 0.33 0.30
HSL 9.31º 0.27% 0.58% -
HSV(B) 9.31º 0.33% 0.7% -
XYZ 29.6 26.52 21.33 -
YUV 142.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 178 129 120 0 0.28 0.33 0.30 9.31 0.27 0.58
Hex B2 81 78 0 1C 21 1E 9 1B 3A
Octal 262 201 170 0 34 41 36 11 33 72
Binary 10110010 10000001 1111000 0 11100 100001 11110 1001 11011 111010

Color Harmonies of #B28178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28178

Black with #B28178

Text Example


Text Example

White with #B28178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28178; }

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

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

background-color css

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

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

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

border-color css

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

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

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