Html Css Color HEX #B98150 Brandy Punch

📋 copy color: '#B98150'

red 185 ◦ green 129 ◦ blue 80

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

Shades of Brandy Punch #B98150

Tints of Brandy Punch #B98150

RGB

 RED value IS 185 (72.66% from 255) = 46.95%

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

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 46.95%
G = 32.74%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B98150 (or 0xB98150) is known color: Brandy Punch. HEX triplet: B9, 81 and 50. RGB value is (185,129,80). Sum of RGB (Red+Green+Blue) = 185+129+80=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B98150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98150 is #467EAF. Grayscale: #8C8C8C. Windows color (decimal): -4619952 or 5276089. OLE color: 5276089.

HSL color Cylindrical-coordinate representation of color #B98150: hue angle of 28º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B98150 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 129 80 -
CMYK 0 0.30 0.57 0.27
HSL 28º 0.43% 0.52% -
HSV(B) 28º 0.57% 0.73% -
XYZ 29.31 26.59 11.18 -
YUV 140.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 185 129 80 0 0.30 0.57 0.27 28 0.43 0.52
Hex B9 81 50 0 1E 39 1B 1C 2B 34
Octal 271 201 120 0 36 71 33 34 53 64
Binary 10111001 10000001 1010000 0 11110 111001 11011 11100 101011 110100

Color Harmonies of #B98150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98150

Black with #B98150

Text Example


Text Example

White with #B98150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98150; }

 p { color: rgb(185,129,80); }

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

background-color css

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

 a { background-color: rgb(185,129,80); }

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

border-color css

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

 span { border-color: rgb(185,129,80); }

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