Html Css Color HEX #B9813F Brandy Punch

📋 copy color: '#B9813F'

red 185 ◦ green 129 ◦ blue 63

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

Shades of Brandy Punch #B9813F

Tints of Brandy Punch #B9813F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.71%

R = 49.07%
G = 34.22%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9813F (or 0xB9813F) is known color: Brandy Punch. HEX triplet: B9, 81 and 3F. RGB value is (185,129,63). Sum of RGB (Red+Green+Blue) = 185+129+63=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9813F is #467EC0. Grayscale: #8A8A8A. Windows color (decimal): -4619969 or 4161977. OLE color: 4161977.

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

Color convert

RGB 185 129 63 -
CMYK 0 0.30 0.66 0.27
HSL 32.46º 0.49% 0.49% -
HSV(B) 32.46º 0.66% 0.73% -
XYZ 28.76 26.37 8.28 -
YUV 138.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 185 129 63 0 0.30 0.66 0.27 32.46 0.49 0.49
Hex B9 81 3F 0 1E 42 1B 20 31 31
Octal 271 201 77 0 36 102 33 40 61 61
Binary 10111001 10000001 111111 0 11110 1000010 11011 100000 110001 110001

Color Harmonies of #B9813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9813F

Black with #B9813F

Text Example


Text Example

White with #B9813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9813F; }

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

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

background-color css

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

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

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

border-color css

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

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

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