Html Css Color HEX #B28374 Brandy Rose

📋 copy color: '#B28374'

red 178 ◦ green 131 ◦ blue 116

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

Shades of Brandy Rose #B28374

Tints of Brandy Rose #B28374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 41.88%
G = 30.82%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B28374 (or 0xB28374) is known color: Brandy Rose. HEX triplet: B2, 83 and 74. RGB value is (178,131,116). Sum of RGB (Red+Green+Blue) = 178+131+116=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B28374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28374 is #4D7C8B. Grayscale: #8F8F8F. Windows color (decimal): -5078156 or 7635890. OLE color: 7635890.

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

Color convert

RGB 178 131 116 -
CMYK 0 0.26 0.35 0.30
HSL 14.52º 0.29% 0.58% -
HSV(B) 14.52º 0.35% 0.7% -
XYZ 29.63 26.96 20.16 -
YUV 143.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 178 131 116 0 0.26 0.35 0.30 14.52 0.29 0.58
Hex B2 83 74 0 1A 23 1E F 1D 3A
Octal 262 203 164 0 32 43 36 17 35 72
Binary 10110010 10000011 1110100 0 11010 100011 11110 1111 11101 111010

Color Harmonies of #B28374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28374

Black with #B28374

Text Example


Text Example

White with #B28374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28374; }

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

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

background-color css

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

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

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

border-color css

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

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

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