Html Css Color HEX #BB823D Brandy Punch

📋 copy color: '#BB823D'

red 187 ◦ green 130 ◦ blue 61

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

Shades of Brandy Punch #BB823D

Tints of Brandy Punch #BB823D

RGB

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

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

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

R = 49.47%
G = 34.39%
B = 16.14%

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

#BB823D (or 0xBB823D) is known color: Brandy Punch. HEX triplet: BB, 82 and 3D. RGB value is (187,130,61). Sum of RGB (Red+Green+Blue) = 187+130+61=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB823D is #447DC2. Grayscale: #8B8B8B. Windows color (decimal): -4488643 or 4031163. OLE color: 4031163.

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

Color convert

RGB 187 130 61 -
CMYK 0 0.30 0.67 0.27
HSL 32.86º 0.51% 0.49% -
HSV(B) 32.86º 0.67% 0.73% -
XYZ 29.32 26.87 8.06 -
YUV 139.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 187 130 61 0 0.30 0.67 0.27 32.86 0.51 0.49
Hex BB 82 3D 0 1E 43 1B 21 33 31
Octal 273 202 75 0 36 103 33 41 63 61
Binary 10111011 10000010 111101 0 11110 1000011 11011 100001 110011 110001

Color Harmonies of #BB823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB823D

Black with #BB823D

Text Example


Text Example

White with #BB823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB823D; }

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

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

background-color css

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

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

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

border-color css

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

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

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