Html Css Color HEX #BB743E Brandy Punch

📋 copy color: '#BB743E'

red 187 ◦ green 116 ◦ blue 62

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

Shades of Brandy Punch #BB743E

Tints of Brandy Punch #BB743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

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

R = 51.23%
G = 31.78%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB743E (or 0xBB743E) is known color: Brandy Punch. HEX triplet: BB, 74 and 3E. RGB value is (187,116,62). Sum of RGB (Red+Green+Blue) = 187+116+62=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB743E is #448BC1. Grayscale: #838383. Windows color (decimal): -4492226 or 4093115. OLE color: 4093115.

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

Color convert

RGB 187 116 62 -
CMYK 0 0.38 0.67 0.27
HSL 25.92º 0.5% 0.49% -
HSV(B) 25.92º 0.67% 0.73% -
XYZ 27.61 23.4 7.62 -
YUV 131.07 89.02 167.89 -
System Red Green Blue C M Y K H S L
Decimal 187 116 62 0 0.38 0.67 0.27 25.92 0.5 0.49
Hex BB 74 3E 0 26 43 1B 1A 32 31
Octal 273 164 76 0 46 103 33 32 62 61
Binary 10111011 1110100 111110 0 100110 1000011 11011 11010 110010 110001

Color Harmonies of #BB743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB743E

Black with #BB743E

Text Example


Text Example

White with #BB743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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