Html Css Color HEX #B28377 Brandy Rose

📋 copy color: '#B28377'

red 178 ◦ green 131 ◦ blue 119

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

Shades of Brandy Rose #B28377

Tints of Brandy Rose #B28377

RGB

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

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

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

R = 41.59%
G = 30.61%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B28377 (or 0xB28377) is known color: Brandy Rose. HEX triplet: B2, 83 and 77. RGB value is (178,131,119). Sum of RGB (Red+Green+Blue) = 178+131+119=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B28377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28377 is #4D7C88. Grayscale: #8F8F8F. Windows color (decimal): -5078153 or 7832498. OLE color: 7832498.

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

Color convert

RGB 178 131 119 -
CMYK 0 0.26 0.33 0.30
HSL 12.2º 0.28% 0.58% -
HSV(B) 12.2º 0.33% 0.7% -
XYZ 29.81 27.03 21.1 -
YUV 143.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 178 131 119 0 0.26 0.33 0.30 12.2 0.28 0.58
Hex B2 83 77 0 1A 21 1E C 1C 3A
Octal 262 203 167 0 32 41 36 14 34 72
Binary 10110010 10000011 1110111 0 11010 100001 11110 1100 11100 111010

Color Harmonies of #B28377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28377

Black with #B28377

Text Example


Text Example

White with #B28377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28377; }

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

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

background-color css

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

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

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

border-color css

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

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

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