Html Css Color HEX #BB803B Brandy Punch

📋 copy color: '#BB803B'

red 187 ◦ green 128 ◦ blue 59

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

Shades of Brandy Punch #BB803B

Tints of Brandy Punch #BB803B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.78%

R = 50%
G = 34.22%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB803B (or 0xBB803B) is known color: Brandy Punch. HEX triplet: BB, 80 and 3B. RGB value is (187,128,59). Sum of RGB (Red+Green+Blue) = 187+128+59=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB803B is #447FC4. Grayscale: #8A8A8A. Windows color (decimal): -4489157 or 3899579. OLE color: 3899579.

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

Color convert

RGB 187 128 59 -
CMYK 0 0.32 0.68 0.27
HSL 32.34º 0.52% 0.48% -
HSV(B) 32.34º 0.68% 0.73% -
XYZ 29 26.32 7.69 -
YUV 137.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 187 128 59 0 0.32 0.68 0.27 32.34 0.52 0.48
Hex BB 80 3B 0 20 44 1B 20 34 30
Octal 273 200 73 0 40 104 33 40 64 60
Binary 10111011 10000000 111011 0 100000 1000100 11011 100000 110100 110000

Color Harmonies of #BB803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB803B

Black with #BB803B

Text Example


Text Example

White with #BB803B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB803B; }

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

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

background-color css

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

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

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

border-color css

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

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

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