Html Css Color HEX #BB8343 Brandy Punch

📋 copy color: '#BB8343'

red 187 ◦ green 131 ◦ blue 67

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

Shades of Brandy Punch #BB8343

Tints of Brandy Punch #BB8343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.4%

R = 48.57%
G = 34.03%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB8343 (or 0xBB8343) is known color: Brandy Punch. HEX triplet: BB, 83 and 43. RGB value is (187,131,67). Sum of RGB (Red+Green+Blue) = 187+131+67=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8343 is #447CBC. Grayscale: #8C8C8C. Windows color (decimal): -4488381 or 4424635. OLE color: 4424635.

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

Color convert

RGB 187 131 67 -
CMYK 0 0.30 0.64 0.27
HSL 32º 0.47% 0.5% -
HSV(B) 32º 0.64% 0.73% -
XYZ 29.62 27.2 9 -
YUV 140.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 187 131 67 0 0.30 0.64 0.27 32 0.47 0.5
Hex BB 83 43 0 1E 40 1B 20 2F 32
Octal 273 203 103 0 36 100 33 40 57 62
Binary 10111011 10000011 1000011 0 11110 1000000 11011 100000 101111 110010

Color Harmonies of #BB8343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8343

Black with #BB8343

Text Example


Text Example

White with #BB8343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8343; }

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

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

background-color css

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

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

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

border-color css

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

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

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