Html Css Color HEX #BB7F3C Brandy Punch

📋 copy color: '#BB7F3C'

red 187 ◦ green 127 ◦ blue 60

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

Shades of Brandy Punch #BB7F3C

Tints of Brandy Punch #BB7F3C

RGB

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

 GREEN value IS 127 (50% from 255) = 33.96%

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

R = 50%
G = 33.96%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB7F3C (or 0xBB7F3C) is known color: Brandy Punch. HEX triplet: BB, 7F and 3C. RGB value is (187,127,60). Sum of RGB (Red+Green+Blue) = 187+127+60=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7F3C is #4480C3. Grayscale: #898989. Windows color (decimal): -4489412 or 3964859. OLE color: 3964859.

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

Color convert

RGB 187 127 60 -
CMYK 0 0.32 0.68 0.27
HSL 31.65º 0.51% 0.48% -
HSV(B) 31.65º 0.68% 0.73% -
XYZ 28.9 26.07 7.78 -
YUV 137.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 187 127 60 0 0.32 0.68 0.27 31.65 0.51 0.48
Hex BB 7F 3C 0 20 44 1B 20 33 30
Octal 273 177 74 0 40 104 33 40 63 60
Binary 10111011 1111111 111100 0 100000 1000100 11011 100000 110011 110000

Color Harmonies of #BB7F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7F3C

Black with #BB7F3C

Text Example


Text Example

White with #BB7F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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