Html Css Color HEX #BB803D Brandy Punch

📋 copy color: '#BB803D'

red 187 ◦ green 128 ◦ blue 61

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

Shades of Brandy Punch #BB803D

Tints of Brandy Punch #BB803D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 61 (24.22% from 255) = 16.22%

R = 49.73%
G = 34.04%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB803D (or 0xBB803D) is known color: Brandy Punch. HEX triplet: BB, 80 and 3D. RGB value is (187,128,61). Sum of RGB (Red+Green+Blue) = 187+128+61=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB803D is #447FC2. Grayscale: #8A8A8A. Windows color (decimal): -4489155 or 4030651. OLE color: 4030651.

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

Color convert

RGB 187 128 61 -
CMYK 0 0.32 0.67 0.27
HSL 31.9º 0.51% 0.49% -
HSV(B) 31.9º 0.67% 0.73% -
XYZ 29.06 26.34 7.97 -
YUV 138 84.55 162.95 -
System Red Green Blue C M Y K H S L
Decimal 187 128 61 0 0.32 0.67 0.27 31.9 0.51 0.49
Hex BB 80 3D 0 20 43 1B 20 33 31
Octal 273 200 75 0 40 103 33 40 63 61
Binary 10111011 10000000 111101 0 100000 1000011 11011 100000 110011 110001

Color Harmonies of #BB803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB803D

Black with #BB803D

Text Example


Text Example

White with #BB803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB803D; }

 p { color: rgb(187,128,61); }

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

background-color css

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

 a { background-color: rgb(187,128,61); }

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

border-color css

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

 span { border-color: rgb(187,128,61); }

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