Html Css Color HEX #B98242 Brandy Punch

📋 copy color: '#B98242'

red 185 ◦ green 130 ◦ blue 66

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

Shades of Brandy Punch #B98242

Tints of Brandy Punch #B98242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.12%

 BLUE value IS 66 (26.17% from 255) = 17.32%

R = 48.56%
G = 34.12%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B98242 (or 0xB98242) is known color: Brandy Punch. HEX triplet: B9, 82 and 42. RGB value is (185,130,66). Sum of RGB (Red+Green+Blue) = 185+130+66=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B98242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98242 is #467DBD. Grayscale: #8B8B8B. Windows color (decimal): -4619710 or 4358841. OLE color: 4358841.

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

Color convert

RGB 185 130 66 -
CMYK 0 0.30 0.64 0.27
HSL 32.27º 0.47% 0.49% -
HSV(B) 32.27º 0.64% 0.73% -
XYZ 28.97 26.67 8.78 -
YUV 139.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 185 130 66 0 0.30 0.64 0.27 32.27 0.47 0.49
Hex B9 82 42 0 1E 40 1B 20 2F 31
Octal 271 202 102 0 36 100 33 40 57 61
Binary 10111001 10000010 1000010 0 11110 1000000 11011 100000 101111 110001

Color Harmonies of #B98242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98242

Black with #B98242

Text Example


Text Example

White with #B98242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98242; }

 p { color: rgb(185,130,66); }

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

background-color css

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

 a { background-color: rgb(185,130,66); }

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

border-color css

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

 span { border-color: rgb(185,130,66); }

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