Html Css Color HEX #BB834D Brandy Punch

📋 copy color: '#BB834D'

red 187 ◦ green 131 ◦ blue 77

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

Shades of Brandy Punch #BB834D

Tints of Brandy Punch #BB834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 47.34%
G = 33.16%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB834D (or 0xBB834D) is known color: Brandy Punch. HEX triplet: BB, 83 and 4D. RGB value is (187,131,77). Sum of RGB (Red+Green+Blue) = 187+131+77=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB834D is #447CB2. Grayscale: #8D8D8D. Windows color (decimal): -4488371 or 5079995. OLE color: 5079995.

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

Color convert

RGB 187 131 77 -
CMYK 0 0.30 0.59 0.27
HSL 29.45º 0.45% 0.52% -
HSV(B) 29.45º 0.59% 0.73% -
XYZ 29.95 27.33 10.72 -
YUV 141.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 187 131 77 0 0.30 0.59 0.27 29.45 0.45 0.52
Hex BB 83 4D 0 1E 3B 1B 1D 2D 34
Octal 273 203 115 0 36 73 33 35 55 64
Binary 10111011 10000011 1001101 0 11110 111011 11011 11101 101101 110100

Color Harmonies of #BB834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB834D

Black with #BB834D

Text Example


Text Example

White with #BB834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB834D; }

 p { color: rgb(187,131,77); }

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

background-color css

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

 a { background-color: rgb(187,131,77); }

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

border-color css

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

 span { border-color: rgb(187,131,77); }

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