Html Css Color HEX #BB823E Brandy Punch

📋 copy color: '#BB823E'

red 187 ◦ green 130 ◦ blue 62

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

Shades of Brandy Punch #BB823E

Tints of Brandy Punch #BB823E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

 BLUE value IS 62 (24.61% from 255) = 16.36%

R = 49.34%
G = 34.3%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB823E (or 0xBB823E) is known color: Brandy Punch. HEX triplet: BB, 82 and 3E. RGB value is (187,130,62). Sum of RGB (Red+Green+Blue) = 187+130+62=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB823E is #447DC1. Grayscale: #8B8B8B. Windows color (decimal): -4488642 or 4096699. OLE color: 4096699.

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

Color convert

RGB 187 130 62 -
CMYK 0 0.30 0.67 0.27
HSL 32.64º 0.5% 0.49% -
HSV(B) 32.64º 0.67% 0.73% -
XYZ 29.35 26.88 8.2 -
YUV 139.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 187 130 62 0 0.30 0.67 0.27 32.64 0.5 0.49
Hex BB 82 3E 0 1E 43 1B 21 32 31
Octal 273 202 76 0 36 103 33 41 62 61
Binary 10111011 10000010 111110 0 11110 1000011 11011 100001 110010 110001

Color Harmonies of #BB823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB823E

Black with #BB823E

Text Example


Text Example

White with #BB823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB823E; }

 p { color: rgb(187,130,62); }

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

background-color css

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

 a { background-color: rgb(187,130,62); }

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

border-color css

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

 span { border-color: rgb(187,130,62); }

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