Html Css Color HEX #BB803A Brandy Punch

📋 copy color: '#BB803A'

red 187 ◦ green 128 ◦ blue 58

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

Shades of Brandy Punch #BB803A

Tints of Brandy Punch #BB803A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.55%

R = 50.13%
G = 34.32%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB803A (or 0xBB803A) is known color: Brandy Punch. HEX triplet: BB, 80 and 3A. RGB value is (187,128,58). Sum of RGB (Red+Green+Blue) = 187+128+58=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB803A is #447FC5. Grayscale: #8A8A8A. Windows color (decimal): -4489158 or 3834043. OLE color: 3834043.

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

Color convert

RGB 187 128 58 -
CMYK 0 0.32 0.69 0.27
HSL 32.56º 0.53% 0.48% -
HSV(B) 32.56º 0.69% 0.73% -
XYZ 28.98 26.31 7.55 -
YUV 137.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 187 128 58 0 0.32 0.69 0.27 32.56 0.53 0.48
Hex BB 80 3A 0 20 45 1B 21 35 30
Octal 273 200 72 0 40 105 33 41 65 60
Binary 10111011 10000000 111010 0 100000 1000101 11011 100001 110101 110000

Color Harmonies of #BB803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB803A

Black with #BB803A

Text Example


Text Example

White with #BB803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB803A; }

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

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

background-color css

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

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

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

border-color css

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

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

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