Html Css Color HEX #BB813F Brandy Punch

📋 copy color: '#BB813F'

red 187 ◦ green 129 ◦ blue 63

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

Shades of Brandy Punch #BB813F

Tints of Brandy Punch #BB813F

RGB

 RED value IS 187 (73.44% from 255) = 49.34%

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

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

R = 49.34%
G = 34.04%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB813F (or 0xBB813F) is known color: Brandy Punch. HEX triplet: BB, 81 and 3F. RGB value is (187,129,63). Sum of RGB (Red+Green+Blue) = 187+129+63=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB813F is #447EC0. Grayscale: #8B8B8B. Windows color (decimal): -4488897 or 4161979. OLE color: 4161979.

HSL color Cylindrical-coordinate representation of color #BB813F: hue angle of 31.94º degrees, saturation: 0.5, 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 #BB813F is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 63 -
CMYK 0 0.31 0.66 0.27
HSL 31.94º 0.5% 0.49% -
HSV(B) 31.94º 0.66% 0.73% -
XYZ 29.24 26.62 8.3 -
YUV 138.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 187 129 63 0 0.31 0.66 0.27 31.94 0.5 0.49
Hex BB 81 3F 0 1F 42 1B 20 32 31
Octal 273 201 77 0 37 102 33 40 62 61
Binary 10111011 10000001 111111 0 11111 1000010 11011 100000 110010 110001

Color Harmonies of #BB813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB813F

Black with #BB813F

Text Example


Text Example

White with #BB813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB813F; }

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

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

background-color css

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

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

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

border-color css

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

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

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