Html Css Color HEX #BB834F Brandy Punch

📋 copy color: '#BB834F'

red 187 ◦ green 131 ◦ blue 79

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

Shades of Brandy Punch #BB834F

Tints of Brandy Punch #BB834F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 47.1%
G = 33%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB834F (or 0xBB834F) is known color: Brandy Punch. HEX triplet: BB, 83 and 4F. RGB value is (187,131,79). Sum of RGB (Red+Green+Blue) = 187+131+79=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB834F is #447CB0. Grayscale: #8E8E8E. Windows color (decimal): -4488369 or 5211067. OLE color: 5211067.

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

Color convert

RGB 187 131 79 -
CMYK 0 0.30 0.58 0.27
HSL 28.89º 0.44% 0.52% -
HSV(B) 28.89º 0.58% 0.73% -
XYZ 30.02 27.36 11.1 -
YUV 141.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 187 131 79 0 0.30 0.58 0.27 28.89 0.44 0.52
Hex BB 83 4F 0 1E 3A 1B 1D 2C 34
Octal 273 203 117 0 36 72 33 35 54 64
Binary 10111011 10000011 1001111 0 11110 111010 11011 11101 101100 110100

Color Harmonies of #BB834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB834F

Black with #BB834F

Text Example


Text Example

White with #BB834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB834F; }

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

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

background-color css

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

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

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

border-color css

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

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

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