Html Css Color HEX #BB7E3C Brandy Punch

📋 copy color: '#BB7E3C'

red 187 ◦ green 126 ◦ blue 60

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

Shades of Brandy Punch #BB7E3C

Tints of Brandy Punch #BB7E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.09%

R = 50.13%
G = 33.78%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB7E3C (or 0xBB7E3C) is known color: Brandy Punch. HEX triplet: BB, 7E and 3C. RGB value is (187,126,60). Sum of RGB (Red+Green+Blue) = 187+126+60=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E3C is #4481C3. Grayscale: #898989. Windows color (decimal): -4489668 or 3964603. OLE color: 3964603.

HSL color Cylindrical-coordinate representation of color #BB7E3C: hue angle of 31.18º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB7E3C is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 126 60 -
CMYK 0 0.33 0.68 0.27
HSL 31.18º 0.51% 0.48% -
HSV(B) 31.18º 0.68% 0.73% -
XYZ 28.77 25.81 7.74 -
YUV 136.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 187 126 60 0 0.33 0.68 0.27 31.18 0.51 0.48
Hex BB 7E 3C 0 21 44 1B 1F 33 30
Octal 273 176 74 0 41 104 33 37 63 60
Binary 10111011 1111110 111100 0 100001 1000100 11011 11111 110011 110000

Color Harmonies of #BB7E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E3C

Black with #BB7E3C

Text Example


Text Example

White with #BB7E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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