Html Css Color HEX #BB7E3E Brandy Punch

📋 copy color: '#BB7E3E'

red 187 ◦ green 126 ◦ blue 62

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

Shades of Brandy Punch #BB7E3E

Tints of Brandy Punch #BB7E3E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

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

R = 49.87%
G = 33.6%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB7E3E (or 0xBB7E3E) is known color: Brandy Punch. HEX triplet: BB, 7E and 3E. RGB value is (187,126,62). Sum of RGB (Red+Green+Blue) = 187+126+62=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E3E is #4481C1. Grayscale: #898989. Windows color (decimal): -4489666 or 4095675. OLE color: 4095675.

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

Color convert

RGB 187 126 62 -
CMYK 0 0.33 0.67 0.27
HSL 30.72º 0.5% 0.49% -
HSV(B) 30.72º 0.67% 0.73% -
XYZ 28.82 25.83 8.02 -
YUV 136.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 187 126 62 0 0.33 0.67 0.27 30.72 0.5 0.49
Hex BB 7E 3E 0 21 43 1B 1F 32 31
Octal 273 176 76 0 41 103 33 37 62 61
Binary 10111011 1111110 111110 0 100001 1000011 11011 11111 110010 110001

Color Harmonies of #BB7E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E3E

Black with #BB7E3E

Text Example


Text Example

White with #BB7E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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